类 PlayerEvent.StopTracking

java.lang.Object
net.minecraftforge.eventbus.api.Event
封闭类:
PlayerEvent

public static class PlayerEvent.StopTracking extends PlayerEvent
Fired when an Entity is stopped to be "tracked" by this player (the player no longer receives updates about this entity, e.g. motion).
  • 字段详细资料

    • target

      private final Entity target
  • 构造器详细资料

    • StopTracking

      public StopTracking(Player player, Entity target)
  • 方法详细资料

    • getTarget

      public Entity getTarget()
      The Entity no longer being tracked.