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) final LevelCallback
<T> PersistentEntitySectionManager.callbacks
(package private) final LevelCallback
<T> TransientEntitySectionManager.callbacks
Constructors in net.minecraft.world.level.entity with parameters of type LevelCallbackModifierConstructorDescriptionPersistentEntitySectionManager
(Class<T> pEntityClass, LevelCallback<T> pCallbacks, EntityPersistentStorage<T> pPermanentStorage) TransientEntitySectionManager
(Class<T> pClazz, LevelCallback<T> pCallbacks)