Uses of Class
net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool
Package
Description
-
Uses of StructureTemplatePool in net.minecraft.core
Modifier and TypeFieldDescriptionstatic final ResourceKey<Registry<StructureTemplatePool>>
Registry.TEMPLATE_POOL_REGISTRY
-
Uses of StructureTemplatePool in net.minecraft.data
Modifier and TypeFieldDescriptionstatic final Registry<StructureTemplatePool>
BuiltinRegistries.TEMPLATE_POOL
-
Uses of StructureTemplatePool in net.minecraft.data.worldgen
Modifier and TypeFieldDescriptionprivate static final Holder<StructureTemplatePool>
Pools.BUILTIN_EMPTY
static final ResourceKey<StructureTemplatePool>
Pools.EMPTY
static final Holder<StructureTemplatePool>
BastionPieces.START
static final Holder<StructureTemplatePool>
DesertVillagePools.START
static final Holder<StructureTemplatePool>
PillagerOutpostPools.START
static final Holder<StructureTemplatePool>
PlainVillagePools.START
static final Holder<StructureTemplatePool>
SavannaVillagePools.START
static final Holder<StructureTemplatePool>
SnowyVillagePools.START
static final Holder<StructureTemplatePool>
TaigaVillagePools.START
Modifier and TypeMethodDescriptionstatic Holder<StructureTemplatePool>
Pools.bootstrap()
static Holder<StructureTemplatePool>
Pools.register
(StructureTemplatePool p_211104_) Modifier and TypeMethodDescriptionstatic Holder<StructureTemplatePool>
Pools.register
(StructureTemplatePool p_211104_) -
Uses of StructureTemplatePool in net.minecraft.world.level.levelgen.feature.configurations
Modifier and TypeFieldDescriptionprivate final Holder<StructureTemplatePool>
JigsawConfiguration.startPool
ModifierConstructorDescriptionJigsawConfiguration
(Holder<StructureTemplatePool> p_204800_, int p_204801_) -
Uses of StructureTemplatePool in net.minecraft.world.level.levelgen.structure.pools
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Holder<StructureTemplatePool>>
StructureTemplatePool.CODEC
static final com.mojang.serialization.Codec<StructureTemplatePool>
StructureTemplatePool.DIRECT_CODEC
private final Registry<StructureTemplatePool>
JigsawPlacement.Placer.pools
ModifierConstructorDescription(package private)
Placer
(Registry<StructureTemplatePool> p_210323_, int p_210324_, JigsawPlacement.PieceFactory p_210325_, ChunkGenerator p_210326_, StructureManager p_210327_, List<? super PoolElementStructurePiece> p_210328_, Random p_210329_)