Uses of Record Class
net.minecraft.world.gen.chunk.GenerationShapeConfig
Packages that use GenerationShapeConfig
-
Uses of GenerationShapeConfig in net.minecraft.world.gen
Fields in net.minecraft.world.gen declared as GenerationShapeConfigConstructors in net.minecraft.world.gen with parameters of type GenerationShapeConfigModifierConstructorDescriptionNoiseColumnSampler
(GenerationShapeConfig config, boolean hasNoiseCaves, long seed, Registry<DoublePerlinNoiseSampler.NoiseParameters> noiseRegistry, ChunkRandom.RandomProvider randomProvider) -
Uses of GenerationShapeConfig in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as GenerationShapeConfigModifier and TypeFieldDescriptionprivate final GenerationShapeConfig
ChunkGeneratorSettings.generationShapeConfig
(package private) final GenerationShapeConfig
ChunkNoiseSampler.generationShapeConfig
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, NoiseSamplingConfig sampling, SlideConfig topSlide, SlideConfig bottomSlide, int horizontalSize, int verticalSize, boolean islandNoiseOverride, boolean amplified, boolean largeBiomes, VanillaTerrainParameters terrainParameters) ChunkGeneratorSettings.getGenerationShapeConfig()
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 GenerationShapeConfigModifierConstructorDescriptionprivate
ChunkGeneratorSettings
(StructuresConfig structuresConfig, GenerationShapeConfig generationShapeConfig, BlockState defaultBlock, BlockState defaultFluid, MaterialRules.MaterialRule surfaceRule, int bedrockCeilingY, boolean mobGenerationDisabled, boolean aquifers, boolean noiseCaves, boolean oreVeins, boolean noodleCaves, boolean useLegacyRandom)