Package net.minecraft.client.world
Class ClientEntityManager.Listener
java.lang.Object
net.minecraft.client.world.ClientEntityManager.Listener
- All Implemented Interfaces:
EntityChangeListener
- Enclosing class:
- ClientEntityManager<T extends EntityLike>
@Environment(CLIENT) class ClientEntityManager.Listener extends Object implements EntityChangeListener
- Mappings:
Namespace Name official cmj$aintermediary net/minecraft/class_5582$class_5583named net/minecraft/client/world/ClientEntityManager$Listener
-
Field Summary
Fields Modifier and Type Field Description private Tentityprivate longlastSectionPosprivate EntityTrackingSection<T>sectionFields inherited from interface net.minecraft.world.entity.EntityChangeListener
NONE -
Constructor Summary
Constructors Modifier Constructor Description privateListener(T entity, long lastSectionPos, EntityTrackingSection<T> section) -
Method Summary
Modifier and Type Method Description voidremove(Entity.RemovalReason reason)voidupdateEntityPosition()
-
Field Details
-
entity
- Mappings:
Namespace Name Mixin selector official cLcmj$a;c:Lclx;intermediary field_27286Lnet/minecraft/class_5582$class_5583;field_27286:Lnet/minecraft/class_5568;named entityLnet/minecraft/client/world/ClientEntityManager$Listener;entity:Lnet/minecraft/world/entity/EntityLike;
-
lastSectionPos
private long lastSectionPos- Mappings:
Namespace Name Mixin selector official dLcmj$a;d:Jintermediary field_27287Lnet/minecraft/class_5582$class_5583;field_27287:Jnamed lastSectionPosLnet/minecraft/client/world/ClientEntityManager$Listener;lastSectionPos:J
-
section
- Mappings:
Namespace Name Mixin selector official eLcmj$a;e:Lcmb;intermediary field_27288Lnet/minecraft/class_5582$class_5583;field_27288:Lnet/minecraft/class_5572;named sectionLnet/minecraft/client/world/ClientEntityManager$Listener;section:Lnet/minecraft/world/entity/EntityTrackingSection;
-
-
Constructor Details
-
Listener
- Mappings:
Namespace Name Mixin selector official <init>Lcmj$a;<init>(Lcmj;Lclx;JLcmb;)Vintermediary <init>Lnet/minecraft/class_5582$class_5583;<init>(Lnet/minecraft/class_5582;Lnet/minecraft/class_5568;JLnet/minecraft/class_5572;)Vnamed <init>Lnet/minecraft/client/world/ClientEntityManager$Listener;<init>(Lnet/minecraft/client/world/ClientEntityManager;Lnet/minecraft/world/entity/EntityLike;JLnet/minecraft/world/entity/EntityTrackingSection;)V
-
-
Method Details
-
updateEntityPosition
public void updateEntityPosition()- Specified by:
updateEntityPositionin interfaceEntityChangeListener- Mappings:
Namespace Name Mixin selector official aLcly;a()Vintermediary method_31749Lnet/minecraft/class_5569;method_31749()Vnamed updateEntityPositionLnet/minecraft/world/entity/EntityChangeListener;updateEntityPosition()V
-
remove
- Specified by:
removein interfaceEntityChangeListener- Mappings:
Namespace Name Mixin selector official aLcly;a(Laro$c;)Vintermediary method_31750Lnet/minecraft/class_5569;method_31750(Lnet/minecraft/class_1297$class_5529;)Vnamed removeLnet/minecraft/world/entity/EntityChangeListener;remove(Lnet/minecraft/entity/Entity$RemovalReason;)V
-