Uses of Class
net.minecraft.util.ClassInheritanceMultiMap
-
Packages that use ClassInheritanceMultiMap Package Description net.minecraft.world.chunk -
-
Uses of ClassInheritanceMultiMap in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as ClassInheritanceMultiMap Modifier and Type Field Description private ClassInheritanceMultiMap<Entity>[]
Chunk. entitySections
Methods in net.minecraft.world.chunk that return ClassInheritanceMultiMap Modifier and Type Method Description ClassInheritanceMultiMap<Entity>[]
Chunk. getEntitySections()
-