Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.JigsawConfiguration
Packages that use JigsawConfiguration
Package
Description
-
Uses of JigsawConfiguration in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type JigsawConfigurationModifier and TypeFieldDescriptionstatic final StructureFeature<JigsawConfiguration>
StructureFeature.BASTION_REMNANT
static final StructureFeature<JigsawConfiguration>
StructureFeature.PILLAGER_OUTPOST
static final StructureFeature<JigsawConfiguration>
StructureFeature.VILLAGE
Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type JigsawConfigurationModifier and TypeMethodDescriptionprivate static boolean
PillagerOutpostFeature.checkLocation
(PieceGeneratorSupplier.Context<JigsawConfiguration> p_197134_) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type JigsawConfigurationModifierConstructorDescriptionBastionFeature
(com.mojang.serialization.Codec<JigsawConfiguration> p_65226_) JigsawFeature
(com.mojang.serialization.Codec<JigsawConfiguration> p_197092_, int p_197093_, boolean p_197094_, boolean p_197095_, Predicate<PieceGeneratorSupplier.Context<JigsawConfiguration>> p_197096_) JigsawFeature
(com.mojang.serialization.Codec<JigsawConfiguration> p_197092_, int p_197093_, boolean p_197094_, boolean p_197095_, Predicate<PieceGeneratorSupplier.Context<JigsawConfiguration>> p_197096_) PillagerOutpostFeature
(com.mojang.serialization.Codec<JigsawConfiguration> p_66562_) VillageFeature
(com.mojang.serialization.Codec<JigsawConfiguration> p_67333_) -
Uses of JigsawConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type JigsawConfigurationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<JigsawConfiguration>
JigsawConfiguration.CODEC
-
Uses of JigsawConfiguration in net.minecraft.world.level.levelgen.structure.pools
Methods in net.minecraft.world.level.levelgen.structure.pools that return types with arguments of type JigsawConfigurationModifier and TypeMethodDescriptionstatic Optional<PieceGenerator<JigsawConfiguration>>
JigsawPlacement.addPieces
(PieceGeneratorSupplier.Context<JigsawConfiguration> p_210285_, JigsawPlacement.PieceFactory p_210286_, BlockPos p_210287_, boolean p_210288_, boolean p_210289_) Method parameters in net.minecraft.world.level.levelgen.structure.pools with type arguments of type JigsawConfigurationModifier and TypeMethodDescriptionstatic Optional<PieceGenerator<JigsawConfiguration>>
JigsawPlacement.addPieces
(PieceGeneratorSupplier.Context<JigsawConfiguration> p_210285_, JigsawPlacement.PieceFactory p_210286_, BlockPos p_210287_, boolean p_210288_, boolean p_210289_)