类 PersistentEntitySectionManager.Callback
java.lang.Object
net.minecraft.world.level.entity.PersistentEntitySectionManager.Callback
- 所有已实现的接口:
EntityInLevelCallback
- 封闭类:
PersistentEntitySectionManager<T extends EntityAccess>
-
字段概要
字段从接口继承的字段 net.minecraft.world.level.entity.EntityInLevelCallback
NULL
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
onMove()
void
onRemove
(Entity.RemovalReason p_157619_) private void
updateStatus
(Visibility p_157621_, Visibility p_157622_)
-
字段详细资料
-
entity
-
realEntity
-
currentSectionKey
private long currentSectionKey -
currentSection
-
-
构造器详细资料
-
Callback
Callback(T p_157614_, long p_157615_, EntitySection<T> p_157616_)
-
-
方法详细资料
-
onMove
public void onMove()- 指定者:
onMove
在接口中EntityInLevelCallback
-
updateStatus
-
onRemove
- 指定者:
onRemove
在接口中EntityInLevelCallback
-