Uses of Class
net.minecraft.structure.pool.StructurePool
Packages that use StructurePool
Package
Description
-
Uses of StructurePool in net.minecraft.structure
Fields in net.minecraft.structure declared as StructurePoolModifier 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
Fields in net.minecraft.structure.pool declared as StructurePoolFields in net.minecraft.structure.pool with type parameters of type StructurePoolModifier 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
Methods in net.minecraft.structure.pool that return StructurePoolModifier and TypeMethodDescriptionstatic StructurePool
StructurePools.initDefaultPools()
static StructurePool
StructurePools.register(StructurePool templatePool)
Methods in net.minecraft.structure.pool with parameters of type StructurePoolModifier and TypeMethodDescriptionstatic StructurePool
StructurePools.register(StructurePool templatePool)
Constructor parameters in net.minecraft.structure.pool with type arguments of type StructurePoolModifierConstructorDescriptionprivate
StructurePoolGenerator(Registry<StructurePool> registry, int maxSize, StructurePoolBasedGenerator.PieceFactory pieceFactory, ChunkGenerator chunkGenerator, StructureManager structureManager, List<? super PoolStructurePiece> children, Random random)
-
Uses of StructurePool in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type StructurePoolModifier and TypeFieldDescriptionstatic Registry<StructurePool>
BuiltinRegistries.STRUCTURE_POOL
static RegistryKey<Registry<StructurePool>>
Registry.STRUCTURE_POOL_KEY
-
Uses of StructurePool in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type StructurePoolModifier and TypeFieldDescriptionprivate Supplier<StructurePool>
StructurePoolFeatureConfig.startPool
Methods in net.minecraft.world.gen.feature that return types with arguments of type StructurePoolConstructor parameters in net.minecraft.world.gen.feature with type arguments of type StructurePoolModifierConstructorDescriptionStructurePoolFeatureConfig(Supplier<StructurePool> startPool, int size)