Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.JigsawConfiguration
Package
Description
-
Uses of JigsawConfiguration in net.minecraft.data.worldgen
Modifier and TypeFieldDescriptionstatic ConfiguredStructureFeature<JigsawConfiguration,? extends StructureFeature<JigsawConfiguration>>
StructureFeatures.BASTION_REMNANT
static ConfiguredStructureFeature<JigsawConfiguration,? extends StructureFeature<JigsawConfiguration>>
StructureFeatures.BASTION_REMNANT
static ConfiguredStructureFeature<JigsawConfiguration,? extends StructureFeature<JigsawConfiguration>>
StructureFeatures.PILLAGER_OUTPOST
static ConfiguredStructureFeature<JigsawConfiguration,? extends StructureFeature<JigsawConfiguration>>
StructureFeatures.PILLAGER_OUTPOST
static ConfiguredStructureFeature<JigsawConfiguration,? extends StructureFeature<JigsawConfiguration>>
StructureFeatures.VILLAGE_DESERT
static ConfiguredStructureFeature<JigsawConfiguration,? extends StructureFeature<JigsawConfiguration>>
StructureFeatures.VILLAGE_DESERT
static ConfiguredStructureFeature<JigsawConfiguration,? extends StructureFeature<JigsawConfiguration>>
StructureFeatures.VILLAGE_PLAINS
static ConfiguredStructureFeature<JigsawConfiguration,? extends StructureFeature<JigsawConfiguration>>
StructureFeatures.VILLAGE_PLAINS
static ConfiguredStructureFeature<JigsawConfiguration,? extends StructureFeature<JigsawConfiguration>>
StructureFeatures.VILLAGE_SAVANNA
static ConfiguredStructureFeature<JigsawConfiguration,? extends StructureFeature<JigsawConfiguration>>
StructureFeatures.VILLAGE_SAVANNA
static ConfiguredStructureFeature<JigsawConfiguration,? extends StructureFeature<JigsawConfiguration>>
StructureFeatures.VILLAGE_SNOWY
static ConfiguredStructureFeature<JigsawConfiguration,? extends StructureFeature<JigsawConfiguration>>
StructureFeatures.VILLAGE_SNOWY
static ConfiguredStructureFeature<JigsawConfiguration,? extends StructureFeature<JigsawConfiguration>>
StructureFeatures.VILLAGE_TAIGA
static ConfiguredStructureFeature<JigsawConfiguration,? extends StructureFeature<JigsawConfiguration>>
StructureFeatures.VILLAGE_TAIGA
-
Uses of JigsawConfiguration in net.minecraft.world.level.levelgen.feature
Modifier and TypeFieldDescriptionstatic StructureFeature<JigsawConfiguration>
StructureFeature.BASTION_REMNANT
static StructureFeature<JigsawConfiguration>
StructureFeature.PILLAGER_OUTPOST
static StructureFeature<JigsawConfiguration>
StructureFeature.VILLAGE
Modifier and TypeMethodDescriptionvoid
JigsawFeature.FeatureStart.generatePieces(RegistryAccess p_159927_, ChunkGenerator p_159928_, StructureManager p_159929_, ChunkPos p_159930_, Biome p_159931_, JigsawConfiguration p_159932_, LevelHeightAccessor p_159933_)
protected boolean
BastionFeature.isFeatureChunk(ChunkGenerator p_159461_, BiomeSource p_159462_, long p_159463_, WorldgenRandom p_159464_, ChunkPos p_159465_, Biome p_159466_, ChunkPos p_159467_, JigsawConfiguration p_159468_, LevelHeightAccessor p_159469_)
protected boolean
PillagerOutpostFeature.isFeatureChunk(ChunkGenerator p_160197_, BiomeSource p_160198_, long p_160199_, WorldgenRandom p_160200_, ChunkPos p_160201_, Biome p_160202_, ChunkPos p_160203_, JigsawConfiguration p_160204_, LevelHeightAccessor p_160205_)
ModifierConstructorDescriptionBastionFeature(com.mojang.serialization.Codec<JigsawConfiguration> p_65226_)
JigsawFeature(com.mojang.serialization.Codec<JigsawConfiguration> p_66150_, int p_66151_, boolean p_66152_, boolean p_66153_)
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
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<JigsawConfiguration>
JigsawConfiguration.CODEC
-
Uses of JigsawConfiguration in net.minecraft.world.level.levelgen.feature.structures
Modifier and TypeMethodDescriptionstatic void
JigsawPlacement.addPieces(RegistryAccess p_161613_, JigsawConfiguration p_161614_, JigsawPlacement.PieceFactory p_161615_, ChunkGenerator p_161616_, StructureManager p_161617_, BlockPos p_161618_, StructurePieceAccessor p_161619_, Random p_161620_, boolean p_161621_, boolean p_161622_, LevelHeightAccessor p_161623_)