Package net.minecraft.world.level.entity
Class TransientEntitySectionManager.Callback
java.lang.Object
net.minecraft.world.level.entity.TransientEntitySectionManager.Callback
- All Implemented Interfaces:
EntityInLevelCallback
- Enclosing class:
- TransientEntitySectionManager<T extends EntityAccess>
-
Field Summary
Modifier and TypeFieldDescriptionprivate EntitySection<T>
private long
private final T
private final Entity
Fields inherited from interface net.minecraft.world.level.entity.EntityInLevelCallback
NULL
-
Constructor Summary
-
Method Summary
-
Field Details
-
entity
-
realEntity
-
currentSectionKey
private long currentSectionKey -
currentSection
-
-
Constructor Details
-
Callback
Callback(T p_157673_, long p_157674_, EntitySection<T> p_157675_)
-
-
Method Details
-
onMove
public void onMove()- Specified by:
onMove
in interfaceEntityInLevelCallback
-
onRemove
- Specified by:
onRemove
in interfaceEntityInLevelCallback
-