Class ClientWorld.ClientEntityHandler

java.lang.Object
net.minecraft.client.world.ClientWorld.ClientEntityHandler
All Implemented Interfaces:
EntityHandler<Entity>
Enclosing class:
ClientWorld

@Environment(CLIENT) private final class ClientWorld.ClientEntityHandler extends Object implements EntityHandler<Entity>
Mappings:
Namespace Name
named net/minecraft/client/world/ClientWorld$ClientEntityHandler
intermediary net/minecraft/class_638$class_5612
official gga$b
  • Constructor Details Link icon

    • ClientEntityHandler Link icon

      ClientEntityHandler()
  • Method Details Link icon

    • create Link icon

      public void create(Entity entity)
      Description copied from interface: EntityHandler
      Called when an entity is newly created.
      Specified by:
      create in interface EntityHandler<Entity>
      Parameters:
      entity - the created entity
      Mappings:
      Namespace Name Mixin selector
      named create Lnet/minecraft/client/world/ClientWorld$ClientEntityHandler;create(Lnet/minecraft/entity/Entity;)V
      intermediary method_32125 Lnet/minecraft/class_638$class_5612;method_32125(Lnet/minecraft/class_1297;)V
      official a Lgga$b;a(Lbum;)V
    • destroy Link icon

      public void destroy(Entity entity)
      Description copied from interface: EntityHandler
      Called when an entity is permanently destroyed.
      Specified by:
      destroy in interface EntityHandler<Entity>
      Parameters:
      entity - the destroyed entity
      Mappings:
      Namespace Name Mixin selector
      named destroy Lnet/minecraft/client/world/ClientWorld$ClientEntityHandler;destroy(Lnet/minecraft/entity/Entity;)V
      intermediary method_32126 Lnet/minecraft/class_638$class_5612;method_32126(Lnet/minecraft/class_1297;)V
      official b Lgga$b;b(Lbum;)V
    • startTicking Link icon

      public void startTicking(Entity entity)
      Description copied from interface: EntityHandler
      Registers an entity for ticking.
      Specified by:
      startTicking in interface EntityHandler<Entity>
      Parameters:
      entity - the entity to tick
      Mappings:
      Namespace Name Mixin selector
      named startTicking Lnet/minecraft/client/world/ClientWorld$ClientEntityHandler;startTicking(Lnet/minecraft/entity/Entity;)V
      intermediary method_32127 Lnet/minecraft/class_638$class_5612;method_32127(Lnet/minecraft/class_1297;)V
      official c Lgga$b;c(Lbum;)V
    • stopTicking Link icon

      public void stopTicking(Entity entity)
      Description copied from interface: EntityHandler
      Unregisters an entity for ticking.
      Specified by:
      stopTicking in interface EntityHandler<Entity>
      Parameters:
      entity - the ticked entity
      Mappings:
      Namespace Name Mixin selector
      named stopTicking Lnet/minecraft/client/world/ClientWorld$ClientEntityHandler;stopTicking(Lnet/minecraft/entity/Entity;)V
      intermediary method_32128 Lnet/minecraft/class_638$class_5612;method_32128(Lnet/minecraft/class_1297;)V
      official d Lgga$b;d(Lbum;)V
    • startTracking Link icon

      public void startTracking(Entity entity)
      Description copied from interface: EntityHandler
      Registers an entity for tracking.
      Specified by:
      startTracking in interface EntityHandler<Entity>
      Parameters:
      entity - the entity to track
      Mappings:
      Namespace Name Mixin selector
      named startTracking Lnet/minecraft/client/world/ClientWorld$ClientEntityHandler;startTracking(Lnet/minecraft/entity/Entity;)V
      intermediary method_32129 Lnet/minecraft/class_638$class_5612;method_32129(Lnet/minecraft/class_1297;)V
      official e Lgga$b;e(Lbum;)V
    • stopTracking Link icon

      public void stopTracking(Entity entity)
      Description copied from interface: EntityHandler
      Unregisters an entity for tracking.
      Specified by:
      stopTracking in interface EntityHandler<Entity>
      Parameters:
      entity - the tracked entity
      Mappings:
      Namespace Name Mixin selector
      named stopTracking Lnet/minecraft/client/world/ClientWorld$ClientEntityHandler;stopTracking(Lnet/minecraft/entity/Entity;)V
      intermediary method_32130 Lnet/minecraft/class_638$class_5612;method_32130(Lnet/minecraft/class_1297;)V
      official f Lgga$b;f(Lbum;)V
    • updateLoadStatus Link icon

      public void updateLoadStatus(Entity entity)
      Specified by:
      updateLoadStatus in interface EntityHandler<Entity>
      Mappings:
      Namespace Name Mixin selector
      named updateLoadStatus Lnet/minecraft/client/world/ClientWorld$ClientEntityHandler;updateLoadStatus(Lnet/minecraft/entity/Entity;)V
      intermediary method_43208 Lnet/minecraft/class_638$class_5612;method_43208(Lnet/minecraft/class_1297;)V
      official g Lgga$b;g(Lbum;)V