Uses of Class
net.minecraft.world.level.levelgen.feature.structures.StructureTemplatePool
Packages that use StructureTemplatePool
Package
Description
-
Uses of StructureTemplatePool in net.minecraft.core
Fields in net.minecraft.core with type parameters of type StructureTemplatePoolModifier and TypeFieldDescriptionstatic ResourceKey<Registry<StructureTemplatePool>>
Registry.TEMPLATE_POOL_REGISTRY
-
Uses of StructureTemplatePool in net.minecraft.data
Fields in net.minecraft.data with type parameters of type StructureTemplatePoolModifier and TypeFieldDescriptionstatic Registry<StructureTemplatePool>
BuiltinRegistries.TEMPLATE_POOL
-
Uses of StructureTemplatePool in net.minecraft.data.worldgen
Fields in net.minecraft.data.worldgen declared as StructureTemplatePoolModifier and TypeFieldDescriptionprivate static StructureTemplatePool
Pools.BUILTIN_EMPTY
static StructureTemplatePool
BastionPieces.START
static StructureTemplatePool
DesertVillagePools.START
static StructureTemplatePool
PillagerOutpostPools.START
static StructureTemplatePool
PlainVillagePools.START
static StructureTemplatePool
SavannaVillagePools.START
static StructureTemplatePool
SnowyVillagePools.START
static StructureTemplatePool
TaigaVillagePools.START
Fields in net.minecraft.data.worldgen with type parameters of type StructureTemplatePoolMethods in net.minecraft.data.worldgen that return StructureTemplatePoolModifier and TypeMethodDescriptionstatic StructureTemplatePool
Pools.bootstrap()
static StructureTemplatePool
Pools.register(StructureTemplatePool p_127191_)
Methods in net.minecraft.data.worldgen with parameters of type StructureTemplatePoolModifier and TypeMethodDescriptionstatic StructureTemplatePool
Pools.register(StructureTemplatePool p_127191_)
-
Uses of StructureTemplatePool in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type StructureTemplatePoolModifier and TypeFieldDescriptionprivate Supplier<StructureTemplatePool>
JigsawConfiguration.startPool
Methods in net.minecraft.world.level.levelgen.feature.configurations that return types with arguments of type StructureTemplatePoolConstructor parameters in net.minecraft.world.level.levelgen.feature.configurations with type arguments of type StructureTemplatePoolModifierConstructorDescriptionJigsawConfiguration(Supplier<StructureTemplatePool> p_67761_, int p_67762_)
-
Uses of StructureTemplatePool in net.minecraft.world.level.levelgen.feature.structures
Fields in net.minecraft.world.level.levelgen.feature.structures with type parameters of type StructureTemplatePoolModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<Supplier<StructureTemplatePool>>
StructureTemplatePool.CODEC
static com.mojang.serialization.Codec<StructureTemplatePool>
StructureTemplatePool.DIRECT_CODEC
private Registry<StructureTemplatePool>
JigsawPlacement.Placer.pools
Constructor parameters in net.minecraft.world.level.levelgen.feature.structures with type arguments of type StructureTemplatePoolModifierConstructorDescription(package private)
Placer(Registry<StructureTemplatePool> p_69003_, int p_69004_, JigsawPlacement.PieceFactory p_69005_, ChunkGenerator p_69006_, StructureManager p_69007_, List<? super PoolElementStructurePiece> p_69008_, Random p_69009_)