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 GenerationShapeConfigGenerationShapeConfig.CAVESprotected static final GenerationShapeConfigGenerationShapeConfig.ENDprotected static final GenerationShapeConfigGenerationShapeConfig.FLOATING_ISLANDSprivate final GenerationShapeConfigChunkGeneratorSettings.generationShapeConfigThe field for thegenerationShapeConfigrecord component.private final GenerationShapeConfigChunkNoiseSampler.generationShapeConfigprotected static final GenerationShapeConfigGenerationShapeConfig.NETHERprotected static final GenerationShapeConfigGenerationShapeConfig.SURFACEFields in net.minecraft.world.gen.chunk with type parameters of type GenerationShapeConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<GenerationShapeConfig> GenerationShapeConfig.CODECMethods in net.minecraft.world.gen.chunk that return GenerationShapeConfigModifier and TypeMethodDescriptionstatic GenerationShapeConfigGenerationShapeConfig.create(int minimumY, int height, int horizontalSize, int verticalSize) ChunkGeneratorSettings.generationShapeConfig()Returns the value of thegenerationShapeConfigrecord 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 defaultBlock, BlockState defaultFluid, NoiseRouter noiseRouter, MaterialRules.MaterialRule surfaceRule, List<MultiNoiseUtil.NoiseHypercube> spawnTarget, int seaLevel, boolean mobGenerationDisabled, boolean aquifers, boolean oreVeins, boolean usesLegacyRandom) Creates an instance of aChunkGeneratorSettingsrecord class.ChunkNoiseSampler(int horizontalCellCount, NoiseConfig noiseConfig, int startBlockX, int startBlockZ, GenerationShapeConfig generationShapeConfig, DensityFunctionTypes.Beardifying beardifying, ChunkGeneratorSettings chunkGeneratorSettings, AquiferSampler.FluidLevelSampler fluidLevelSampler, Blender blender)