Uses of Record Class
net.minecraft.world.gen.chunk.GenerationShapeConfig
Packages that use GenerationShapeConfig
-
Uses of GenerationShapeConfig in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as GenerationShapeConfigModifier 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
Fields in net.minecraft.world.gen.chunk with type parameters of type GenerationShapeConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<GenerationShapeConfig>
GenerationShapeConfig.CODEC
Methods in net.minecraft.world.gen.chunk that return GenerationShapeConfigModifier 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) Methods in net.minecraft.world.gen.chunk that return types with arguments of type GenerationShapeConfigModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<GenerationShapeConfig>
GenerationShapeConfig.checkHeight
(GenerationShapeConfig config) Methods in net.minecraft.world.gen.chunk with parameters of type GenerationShapeConfigModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<GenerationShapeConfig>
GenerationShapeConfig.checkHeight
(GenerationShapeConfig config) Constructors in net.minecraft.world.gen.chunk with parameters of type GenerationShapeConfigModifierConstructorDescriptionChunkGeneratorSettings
(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 startX, int startZ, GenerationShapeConfig generationShapeConfig, DensityFunctionTypes.Beardifying beardifying, ChunkGeneratorSettings chunkGeneratorSettings, AquiferSampler.FluidLevelSampler fluidLevelSampler, Blender blender)