Uses of Class
net.minecraftforge.common.world.StructureSpawnManager.StructureSpawnInfo
-
Packages that use StructureSpawnManager.StructureSpawnInfo Package Description net.minecraftforge.common.world -
-
Uses of StructureSpawnManager.StructureSpawnInfo in net.minecraftforge.common.world
Fields in net.minecraftforge.common.world with type parameters of type StructureSpawnManager.StructureSpawnInfo Modifier and Type Field Description private static java.util.Map<Structure<?>,StructureSpawnManager.StructureSpawnInfo>
StructureSpawnManager. structuresWithSpawns
Method parameters in net.minecraftforge.common.world with type arguments of type StructureSpawnManager.StructureSpawnInfo Modifier and Type Method Description private static void
StructureSpawnManager. gatherEntitySpawns(java.util.Map<Structure<?>,StructureSpawnManager.StructureSpawnInfo> structuresWithSpawns, Structure<?> structure)
-