Package net.minecraft.world.level.entity
Class PersistentEntitySectionManager.Callback
java.lang.Object
net.minecraft.world.level.entity.PersistentEntitySectionManager.Callback
- All Implemented Interfaces:
- EntityInLevelCallback
- Enclosing class:
- PersistentEntitySectionManager<T extends EntityAccess>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate EntitySection<T>private longprivate final Tprivate final EntityFields inherited from interface net.minecraft.world.level.entity.EntityInLevelCallbackNULL
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidonMove()voidonRemove(Entity.RemovalReason p_157619_) private voidupdateStatus(Visibility p_157621_, Visibility p_157622_) 
- 
Field Details- 
entity
- 
realEntity
- 
currentSectionKeyprivate long currentSectionKey
- 
currentSection
 
- 
- 
Constructor Details- 
CallbackCallback(T p_157614_, long p_157615_, EntitySection<T> p_157616_) 
 
- 
- 
Method Details- 
onMovepublic void onMove()- Specified by:
- onMovein interface- EntityInLevelCallback
 
- 
updateStatus
- 
onRemove- Specified by:
- onRemovein interface- EntityInLevelCallback
 
 
-