Uses of Interface
net.minecraft.world.level.entity.LevelCallback
Packages that use LevelCallback
Package
Description
- 
Uses of LevelCallback in net.minecraft.client.multiplayerClasses in net.minecraft.client.multiplayer that implement LevelCallback
- 
Uses of LevelCallback in net.minecraft.server.levelClasses in net.minecraft.server.level that implement LevelCallback
- 
Uses of LevelCallback in net.minecraft.world.level.entityFields in net.minecraft.world.level.entity declared as LevelCallbackModifier and TypeFieldDescription(package private) final LevelCallback<T>PersistentEntitySectionManager.callbacks(package private) final LevelCallback<T>TransientEntitySectionManager.callbacksConstructors 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_)