Uses of Interface
net.minecraft.world.level.entity.LevelEntityGetter
Packages that use LevelEntityGetter
Package
Description
-
Uses of LevelEntityGetter in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer that return LevelEntityGetter -
Uses of LevelEntityGetter in net.minecraft.server.level
Methods in net.minecraft.server.level that return LevelEntityGetter -
Uses of LevelEntityGetter in net.minecraft.world.level
Methods in net.minecraft.world.level that return LevelEntityGetterModifier and TypeMethodDescriptionprotected abstract LevelEntityGetter<Entity> Level.getEntities() -
Uses of LevelEntityGetter in net.minecraft.world.level.entity
Classes 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()