Uses of Class
net.minecraft.world.level.levelgen.feature.structures.StructureTemplatePool
Package
Description
-
Uses of StructureTemplatePool in net.minecraft.core
Modifier and TypeFieldDescriptionstatic ResourceKey<Registry<StructureTemplatePool>>
Registry.TEMPLATE_POOL_REGISTRY
-
Uses of StructureTemplatePool in net.minecraft.data
Modifier and TypeFieldDescriptionstatic Registry<StructureTemplatePool>
BuiltinRegistries.TEMPLATE_POOL
-
Uses of StructureTemplatePool in net.minecraft.data.worldgen
Modifier 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
Modifier and TypeMethodDescriptionstatic StructureTemplatePool
Pools.bootstrap()
static StructureTemplatePool
Pools.register(StructureTemplatePool p_127191_)
Modifier and TypeMethodDescriptionstatic StructureTemplatePool
Pools.register(StructureTemplatePool p_127191_)
-
Uses of StructureTemplatePool in net.minecraft.world.level.levelgen.feature.configurations
Modifier and TypeFieldDescriptionprivate Supplier<StructureTemplatePool>
JigsawConfiguration.startPool
ModifierConstructorDescriptionJigsawConfiguration(Supplier<StructureTemplatePool> p_67761_, int p_67762_)
-
Uses of StructureTemplatePool in net.minecraft.world.level.levelgen.feature.structures
Modifier 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
ModifierConstructorDescription(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_)