Uses of Interface
net.minecraft.world.level.entity.LevelCallback
Packages that use LevelCallback
Package
Description
-
Uses of LevelCallback in net.minecraft.client.multiplayer
Classes in net.minecraft.client.multiplayer that implement LevelCallback -
Uses of LevelCallback in net.minecraft.server.level
Classes in net.minecraft.server.level that implement LevelCallback -
Uses of LevelCallback in net.minecraft.world.level.entity
Fields in net.minecraft.world.level.entity declared as LevelCallbackModifier and TypeFieldDescription(package private) LevelCallback<T>
PersistentEntitySectionManager.callbacks
(package private) LevelCallback<T>
TransientEntitySectionManager.callbacks
Constructors in net.minecraft.world.level.entity with parameters of type LevelCallbackModifierConstructorDescriptionPersistentEntitySectionManager(Class<T> p_157503_, LevelCallback<T> p_157504_, EntityPersistentStorage<T> p_157505_)
TransientEntitySectionManager(Class<T> p_157643_, LevelCallback<T> p_157644_)