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 StructureTemplatePoolPools.BUILTIN_EMPTYstatic StructureTemplatePoolBastionPieces.STARTstatic StructureTemplatePoolDesertVillagePools.STARTstatic StructureTemplatePoolPillagerOutpostPools.STARTstatic StructureTemplatePoolPlainVillagePools.STARTstatic StructureTemplatePoolSavannaVillagePools.STARTstatic StructureTemplatePoolSnowyVillagePools.STARTstatic StructureTemplatePoolTaigaVillagePools.STARTFields in net.minecraft.data.worldgen with type parameters of type StructureTemplatePoolMethods in net.minecraft.data.worldgen that return StructureTemplatePoolModifier and TypeMethodDescriptionstatic StructureTemplatePoolPools.bootstrap()static StructureTemplatePoolPools.register(StructureTemplatePool p_127191_)Methods in net.minecraft.data.worldgen with parameters of type StructureTemplatePoolModifier and TypeMethodDescriptionstatic StructureTemplatePoolPools.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.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(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.CODECstatic com.mojang.serialization.Codec<StructureTemplatePool>StructureTemplatePool.DIRECT_CODECprivate Registry<StructureTemplatePool>JigsawPlacement.Placer.poolsConstructor 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_)