Uses of Record Class
net.minecraft.world.gen.chunk.GenerationShapeConfig
-
Uses of GenerationShapeConfig in net.minecraft.world.gen.chunk
Modifier and TypeFieldDescriptionprotected static final GenerationShapeConfig
GenerationShapeConfig.CAVES
protected static final GenerationShapeConfig
GenerationShapeConfig.END
protected static final GenerationShapeConfig
GenerationShapeConfig.FLOATING_ISLANDS
private final GenerationShapeConfig
ChunkGeneratorSettings.generationShapeConfig
The field for thegenerationShapeConfig
record component.private final GenerationShapeConfig
ChunkNoiseSampler.generationShapeConfig
protected static final GenerationShapeConfig
GenerationShapeConfig.NETHER
protected static final GenerationShapeConfig
GenerationShapeConfig.SURFACE
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<GenerationShapeConfig>
GenerationShapeConfig.CODEC
Modifier and TypeMethodDescriptionstatic GenerationShapeConfig
GenerationShapeConfig.create
(int minimumY, int height, int horizontalSize, int verticalSize) ChunkGeneratorSettings.generationShapeConfig()
Returns the value of thegenerationShapeConfig
record component.GenerationShapeConfig.trimHeight
(HeightLimitView world) Modifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<GenerationShapeConfig>
GenerationShapeConfig.checkHeight
(GenerationShapeConfig config) Modifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<GenerationShapeConfig>
GenerationShapeConfig.checkHeight
(GenerationShapeConfig config) ModifierConstructorDescriptionChunkGeneratorSettings
(GenerationShapeConfig generationShapeConfig, BlockState blockState, BlockState blockState2, NoiseRouter noiseRouter, MaterialRules.MaterialRule surfaceRule, List<MultiNoiseUtil.NoiseHypercube> list, int int2, boolean bool, boolean bool2, boolean bool3, boolean bool4) ChunkNoiseSampler
(int horizontalCellCount, NoiseConfig noiseConfig, int startBlockX, int startBlockZ, GenerationShapeConfig generationShapeConfig, DensityFunctionTypes.Beardifying beardifying, ChunkGeneratorSettings chunkGeneratorSettings, AquiferSampler.FluidLevelSampler fluidLevelSampler, Blender blender)