Uses of Class
net.minecraft.structure.pool.StructurePool
Package
Description
-
Uses of StructurePool in net.minecraft.structure
Modifier and TypeFieldDescriptionstatic StructurePool
BastionRemnantGenerator.STRUCTURE_POOLS
static StructurePool
DesertVillageData.STRUCTURE_POOLS
static StructurePool
PillagerOutpostGenerator.STRUCTURE_POOLS
static StructurePool
PlainsVillageData.STRUCTURE_POOLS
static StructurePool
SavannaVillageData.STRUCTURE_POOLS
static StructurePool
SnowyVillageData.STRUCTURE_POOLS
static StructurePool
TaigaVillageData.STRUCTURE_POOLS
-
Uses of StructurePool in net.minecraft.structure.pool
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<StructurePool>
StructurePool.CODEC
static RegistryKey<StructurePool>
StructurePools.EMPTY
private Registry<StructurePool>
StructurePoolBasedGenerator.StructurePoolGenerator.registry
static com.mojang.serialization.Codec<Supplier<StructurePool>>
StructurePool.REGISTRY_CODEC
Modifier and TypeMethodDescriptionstatic StructurePool
StructurePools.initDefaultPools()
static StructurePool
StructurePools.register(StructurePool templatePool)
Modifier and TypeMethodDescriptionstatic StructurePool
StructurePools.register(StructurePool templatePool)
ModifierConstructorDescription(package private)
StructurePoolGenerator(Registry<StructurePool> registry, int int2, StructurePoolBasedGenerator.PieceFactory pieceFactory, ChunkGenerator chunkGenerator, StructureManager structureManager, List<? super PoolStructurePiece> list, Random random)
-
Uses of StructurePool in net.minecraft.util.registry
Modifier and TypeFieldDescriptionstatic Registry<StructurePool>
BuiltinRegistries.STRUCTURE_POOL
static RegistryKey<Registry<StructurePool>>
Registry.STRUCTURE_POOL_KEY
-
Uses of StructurePool in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionprivate Supplier<StructurePool>
StructurePoolFeatureConfig.startPool
ModifierConstructorDescriptionStructurePoolFeatureConfig(Supplier<StructurePool> startPool, int size)