Package net.minecraft.server.world
Class ServerEntityManager.Listener
java.lang.Object
net.minecraft.server.world.ServerEntityManager.Listener
- All Implemented Interfaces:
EntityChangeListener
- Enclosing class:
ServerEntityManager<T extends EntityLike>
- Mappings:
Namespace Name named net/minecraft/server/world/ServerEntityManager$Listenerintermediary net/minecraft/class_5579$class_5580official eoh$a
-
Field Summary
FieldsFields inherited from interface net.minecraft.world.entity.EntityChangeListener
NONE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidremove(Entity.RemovalReason reason) voidprivate voidupdateLoadStatus(EntityTrackingStatus oldStatus, EntityTrackingStatus newStatus)
-
Field Details
-
entity
- Mappings:
Namespace Name Mixin selector named entityLnet/minecraft/server/world/ServerEntityManager$Listener;entity:Lnet/minecraft/world/entity/EntityLike;intermediary field_27272Lnet/minecraft/class_5579$class_5580;field_27272:Lnet/minecraft/class_5568;official cLeoh$a;c:Lenw;
-
sectionPos
private long sectionPos- Mappings:
Namespace Name Mixin selector named sectionPosLnet/minecraft/server/world/ServerEntityManager$Listener;sectionPos:Jintermediary field_27273Lnet/minecraft/class_5579$class_5580;field_27273:Jofficial dLeoh$a;d:J
-
section
- Mappings:
Namespace Name Mixin selector named sectionLnet/minecraft/server/world/ServerEntityManager$Listener;section:Lnet/minecraft/world/entity/EntityTrackingSection;intermediary field_27274Lnet/minecraft/class_5579$class_5580;field_27274:Lnet/minecraft/class_5572;official eLeoh$a;e:Leoa;
-
-
Constructor Details
-
Listener
Listener(T entity, long sectionPos, EntityTrackingSection<T> section) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/server/world/ServerEntityManager$Listener;<init>(Lnet/minecraft/server/world/ServerEntityManager;Lnet/minecraft/world/entity/EntityLike;JLnet/minecraft/world/entity/EntityTrackingSection;)Vintermediary <init>Lnet/minecraft/class_5579$class_5580;<init>(Lnet/minecraft/class_5579;Lnet/minecraft/class_5568;JLnet/minecraft/class_5572;)Vofficial <init>Leoh$a;<init>(Leoh;Lenw;JLeoa;)V
-
-
Method Details
-
updateEntityPosition
public void updateEntityPosition()- Specified by:
updateEntityPositionin interfaceEntityChangeListener- Mappings:
Namespace Name Mixin selector named updateEntityPositionLnet/minecraft/world/entity/EntityChangeListener;updateEntityPosition()Vintermediary method_31749Lnet/minecraft/class_5569;method_31749()Vofficial aLenx;a()V
-
updateLoadStatus
- Mappings:
Namespace Name Mixin selector named updateLoadStatusLnet/minecraft/server/world/ServerEntityManager$Listener;updateLoadStatus(Lnet/minecraft/world/entity/EntityTrackingStatus;Lnet/minecraft/world/entity/EntityTrackingStatus;)Vintermediary method_31865Lnet/minecraft/class_5579$class_5580;method_31865(Lnet/minecraft/class_5584;Lnet/minecraft/class_5584;)Vofficial aLeoh$a;a(Leol;Leol;)V
-
remove
- Specified by:
removein interfaceEntityChangeListener- Mappings:
Namespace Name Mixin selector named removeLnet/minecraft/world/entity/EntityChangeListener;remove(Lnet/minecraft/entity/Entity$RemovalReason;)Vintermediary method_31750Lnet/minecraft/class_5569;method_31750(Lnet/minecraft/class_1297$class_5529;)Vofficial aLenx;a(Lcdw$e;)V
-