Uses of Class
net.minecraft.world.gen.feature.StructurePoolFeatureConfig
Packages that use StructurePoolFeatureConfig
-
Uses of StructurePoolFeatureConfig in net.minecraft.structure.pool
Methods in net.minecraft.structure.pool that return types with arguments of type StructurePoolFeatureConfigModifier and TypeMethodDescriptionStructurePoolBasedGenerator.generate
(StructureGeneratorFactory.Context<StructurePoolFeatureConfig> context, StructurePoolBasedGenerator.PieceFactory pieceFactory, BlockPos pos, boolean bool, boolean bool2) Method parameters in net.minecraft.structure.pool with type arguments of type StructurePoolFeatureConfigModifier and TypeMethodDescriptionStructurePoolBasedGenerator.generate
(StructureGeneratorFactory.Context<StructurePoolFeatureConfig> context, StructurePoolBasedGenerator.PieceFactory pieceFactory, BlockPos pos, boolean bool, boolean bool2) -
Uses of StructurePoolFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type StructurePoolFeatureConfigModifier and TypeFieldDescriptionstatic final StructureFeature<StructurePoolFeatureConfig>
StructureFeature.BASTION_REMNANT
static final com.mojang.serialization.Codec<StructurePoolFeatureConfig>
StructurePoolFeatureConfig.CODEC
static final StructureFeature<StructurePoolFeatureConfig>
StructureFeature.PILLAGER_OUTPOST
static final StructureFeature<StructurePoolFeatureConfig>
StructureFeature.VILLAGE
Method parameters in net.minecraft.world.gen.feature with type arguments of type StructurePoolFeatureConfigModifier and TypeMethodDescriptionprivate static boolean
PillagerOutpostFeature.canGenerate
(StructureGeneratorFactory.Context<StructurePoolFeatureConfig> context) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type StructurePoolFeatureConfigModifierConstructorDescriptionBastionRemnantFeature
(com.mojang.serialization.Codec<StructurePoolFeatureConfig> configCodec) JigsawFeature
(com.mojang.serialization.Codec<StructurePoolFeatureConfig> codec, int structureStartY, boolean modifyBoundingBox, boolean surface, Predicate<StructureGeneratorFactory.Context<StructurePoolFeatureConfig>> contextPredicate) JigsawFeature
(com.mojang.serialization.Codec<StructurePoolFeatureConfig> codec, int structureStartY, boolean modifyBoundingBox, boolean surface, Predicate<StructureGeneratorFactory.Context<StructurePoolFeatureConfig>> contextPredicate) PillagerOutpostFeature
(com.mojang.serialization.Codec<StructurePoolFeatureConfig> configCodec) VillageFeature
(com.mojang.serialization.Codec<StructurePoolFeatureConfig> configCodec)