Uses of Class
net.minecraft.world.level.entity.ChunkEntities
Packages that use ChunkEntities
-
Uses of ChunkEntities in net.minecraft.world.level.chunk.storage
Methods in net.minecraft.world.level.chunk.storage that return ChunkEntitiesModifier and TypeMethodDescriptionprivate static ChunkEntities<Entity>
EntityStorage.emptyChunk(ChunkPos p_156569_)
Methods in net.minecraft.world.level.chunk.storage that return types with arguments of type ChunkEntitiesMethods in net.minecraft.world.level.chunk.storage with parameters of type ChunkEntitiesModifier and TypeMethodDescriptionvoid
EntityStorage.storeEntities(ChunkEntities<Entity> p_156559_)
-
Uses of ChunkEntities in net.minecraft.world.level.entity
Fields in net.minecraft.world.level.entity with type parameters of type ChunkEntitiesModifier and TypeFieldDescriptionprivate Queue<ChunkEntities<T>>
PersistentEntitySectionManager.loadingInbox
Methods in net.minecraft.world.level.entity that return types with arguments of type ChunkEntitiesMethods in net.minecraft.world.level.entity with parameters of type ChunkEntitiesModifier and TypeMethodDescriptionvoid
EntityPersistentStorage.storeEntities(ChunkEntities<T> p_156825_)