Uses of Class
net.minecraft.world.level.levelgen.structure.pools.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 final 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 final Registry<StructureTemplatePool>BuiltinRegistries.TEMPLATE_POOL -
Uses of StructureTemplatePool in net.minecraft.data.worldgen
Fields in net.minecraft.data.worldgen with type parameters of type StructureTemplatePoolModifier and TypeFieldDescriptionprivate static final Holder<StructureTemplatePool>Pools.BUILTIN_EMPTYstatic final ResourceKey<StructureTemplatePool>Pools.EMPTYstatic final Holder<StructureTemplatePool>BastionPieces.STARTstatic final Holder<StructureTemplatePool>DesertVillagePools.STARTstatic final Holder<StructureTemplatePool>PillagerOutpostPools.STARTstatic final Holder<StructureTemplatePool>PlainVillagePools.STARTstatic final Holder<StructureTemplatePool>SavannaVillagePools.STARTstatic final Holder<StructureTemplatePool>SnowyVillagePools.STARTstatic final Holder<StructureTemplatePool>TaigaVillagePools.STARTMethods in net.minecraft.data.worldgen that return types with arguments of type StructureTemplatePoolModifier and TypeMethodDescriptionstatic Holder<StructureTemplatePool>Pools.bootstrap()static Holder<StructureTemplatePool>Pools.register(StructureTemplatePool p_211104_) Methods in net.minecraft.data.worldgen with parameters of type StructureTemplatePoolModifier and TypeMethodDescriptionstatic Holder<StructureTemplatePool>Pools.register(StructureTemplatePool p_211104_) -
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 final Holder<StructureTemplatePool>JigsawConfiguration.startPoolMethods 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(Holder<StructureTemplatePool> p_204800_, int p_204801_) -
Uses of StructureTemplatePool in net.minecraft.world.level.levelgen.structure.pools
Fields in net.minecraft.world.level.levelgen.structure.pools with type parameters of type StructureTemplatePoolModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Holder<StructureTemplatePool>>StructureTemplatePool.CODECstatic final com.mojang.serialization.Codec<StructureTemplatePool>StructureTemplatePool.DIRECT_CODECprivate final Registry<StructureTemplatePool>JigsawPlacement.Placer.poolsConstructor parameters in net.minecraft.world.level.levelgen.structure.pools with type arguments of type StructureTemplatePoolModifierConstructorDescription(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_)