Class PlayerEvent.StartTracking

  • Enclosing class:
    PlayerEvent

    public static class PlayerEvent.StartTracking
    extends PlayerEvent
    Fired when an Entity is started to be "tracked" by this player (the player receives updates about this entity, e.g. motion).
    • Field Detail

      • target

        private final Entity target
    • Method Detail

      • getTarget

        public Entity getTarget()
        The Entity now being tracked.