Package net.minecraft.client.world
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 official eyz$b
intermediary net/minecraft/class_638$class_5612
named net/minecraft/client/world/ClientWorld$ClientEntityHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when an entity is newly created.void
Called when an entity is permanently destroyed.void
startTicking
(Entity entity) Registers an entity for ticking.void
startTracking
(Entity entity) Registers an entity for tracking.void
stopTicking
(Entity entity) Unregisters an entity for ticking.void
stopTracking
(Entity entity) Unregisters an entity for tracking.void
updateLoadStatus
(Entity entity)
-
Constructor Details
-
ClientEntityHandler
ClientEntityHandler()
-
-
Method Details
-
create
Description copied from interface:EntityHandler
Called when an entity is newly created.- Specified by:
create
in interfaceEntityHandler<Entity>
- Parameters:
entity
- the created entity- Mappings:
Namespace Name Mixin selector official a
Leyz$b;a(Lbdr;)V
intermediary method_32125
Lnet/minecraft/class_638$class_5612;method_32125(Lnet/minecraft/class_1297;)V
named create
Lnet/minecraft/client/world/ClientWorld$ClientEntityHandler;create(Lnet/minecraft/entity/Entity;)V
-
destroy
Description copied from interface:EntityHandler
Called when an entity is permanently destroyed.- Specified by:
destroy
in interfaceEntityHandler<Entity>
- Parameters:
entity
- the destroyed entity- Mappings:
Namespace Name Mixin selector official b
Leyz$b;b(Lbdr;)V
intermediary method_32126
Lnet/minecraft/class_638$class_5612;method_32126(Lnet/minecraft/class_1297;)V
named destroy
Lnet/minecraft/client/world/ClientWorld$ClientEntityHandler;destroy(Lnet/minecraft/entity/Entity;)V
-
startTicking
Description copied from interface:EntityHandler
Registers an entity for ticking.- Specified by:
startTicking
in interfaceEntityHandler<Entity>
- Parameters:
entity
- the entity to tick- Mappings:
Namespace Name Mixin selector official c
Leyz$b;c(Lbdr;)V
intermediary method_32127
Lnet/minecraft/class_638$class_5612;method_32127(Lnet/minecraft/class_1297;)V
named startTicking
Lnet/minecraft/client/world/ClientWorld$ClientEntityHandler;startTicking(Lnet/minecraft/entity/Entity;)V
-
stopTicking
Description copied from interface:EntityHandler
Unregisters an entity for ticking.- Specified by:
stopTicking
in interfaceEntityHandler<Entity>
- Parameters:
entity
- the ticked entity- Mappings:
Namespace Name Mixin selector official d
Leyz$b;d(Lbdr;)V
intermediary method_32128
Lnet/minecraft/class_638$class_5612;method_32128(Lnet/minecraft/class_1297;)V
named stopTicking
Lnet/minecraft/client/world/ClientWorld$ClientEntityHandler;stopTicking(Lnet/minecraft/entity/Entity;)V
-
startTracking
Description copied from interface:EntityHandler
Registers an entity for tracking.- Specified by:
startTracking
in interfaceEntityHandler<Entity>
- Parameters:
entity
- the entity to track- Mappings:
Namespace Name Mixin selector official e
Leyz$b;e(Lbdr;)V
intermediary method_32129
Lnet/minecraft/class_638$class_5612;method_32129(Lnet/minecraft/class_1297;)V
named startTracking
Lnet/minecraft/client/world/ClientWorld$ClientEntityHandler;startTracking(Lnet/minecraft/entity/Entity;)V
-
stopTracking
Description copied from interface:EntityHandler
Unregisters an entity for tracking.- Specified by:
stopTracking
in interfaceEntityHandler<Entity>
- Parameters:
entity
- the tracked entity- Mappings:
Namespace Name Mixin selector official f
Leyz$b;f(Lbdr;)V
intermediary method_32130
Lnet/minecraft/class_638$class_5612;method_32130(Lnet/minecraft/class_1297;)V
named stopTracking
Lnet/minecraft/client/world/ClientWorld$ClientEntityHandler;stopTracking(Lnet/minecraft/entity/Entity;)V
-
updateLoadStatus
- Specified by:
updateLoadStatus
in interfaceEntityHandler<Entity>
- Mappings:
Namespace Name Mixin selector official g
Leyz$b;g(Lbdr;)V
intermediary method_43208
Lnet/minecraft/class_638$class_5612;method_43208(Lnet/minecraft/class_1297;)V
named updateLoadStatus
Lnet/minecraft/client/world/ClientWorld$ClientEntityHandler;updateLoadStatus(Lnet/minecraft/entity/Entity;)V
-