Uses of Interface
net.minecraft.world.level.entity.LevelEntityGetter
Packages that use LevelEntityGetter
Package
Description
- 
Uses of LevelEntityGetter in net.minecraft.client.multiplayerMethods in net.minecraft.client.multiplayer that return LevelEntityGetter
- 
Uses of LevelEntityGetter in net.minecraft.server.levelMethods in net.minecraft.server.level that return LevelEntityGetter
- 
Uses of LevelEntityGetter in net.minecraft.world.levelMethods in net.minecraft.world.level that return LevelEntityGetterModifier and TypeMethodDescriptionprotected abstract LevelEntityGetter<Entity>Level.getEntities()
- 
Uses of LevelEntityGetter in net.minecraft.world.level.entityClasses in net.minecraft.world.level.entity that implement LevelEntityGetterFields in net.minecraft.world.level.entity declared as LevelEntityGetterModifier and TypeFieldDescriptionprivate final LevelEntityGetter<T>PersistentEntitySectionManager.entityGetterprivate final LevelEntityGetter<T>TransientEntitySectionManager.entityGetterMethods in net.minecraft.world.level.entity that return LevelEntityGetterModifier and TypeMethodDescriptionPersistentEntitySectionManager.getEntityGetter()TransientEntitySectionManager.getEntityGetter()