Uses of Record Class
net.minecraft.world.gen.chunk.NoiseSamplingConfig
Packages that use NoiseSamplingConfig
-
Uses of NoiseSamplingConfig in net.minecraft.util.math.noise
Constructors in net.minecraft.util.math.noise with parameters of type NoiseSamplingConfigModifierConstructorDescriptionprivateInterpolatedNoiseSampler(OctavePerlinNoiseSampler lowerInterpolatedNoise, OctavePerlinNoiseSampler upperInterpolatedNoise, OctavePerlinNoiseSampler interpolationNoise, NoiseSamplingConfig config, int cellWidth, int cellHeight) InterpolatedNoiseSampler(AbstractRandom random, NoiseSamplingConfig config, int cellWidth, int cellHeight) -
Uses of NoiseSamplingConfig in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as NoiseSamplingConfigModifier and TypeFieldDescriptionprivate final NoiseSamplingConfigGenerationShapeConfig.samplingThe field for thesamplingrecord component.Fields in net.minecraft.world.gen.chunk with type parameters of type NoiseSamplingConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<NoiseSamplingConfig>NoiseSamplingConfig.CODECMethods in net.minecraft.world.gen.chunk that return NoiseSamplingConfigModifier and TypeMethodDescriptionGenerationShapeConfig.sampling()Returns the value of thesamplingrecord component.Methods in net.minecraft.world.gen.chunk with parameters of type NoiseSamplingConfigModifier and TypeMethodDescriptionstatic GenerationShapeConfigGenerationShapeConfig.create(int minimumY, int height, NoiseSamplingConfig sampling, SlideConfig topSlide, SlideConfig bottomSlide, int horizontalSize, int verticalSize, VanillaTerrainParameters vanillaTerrainParameters) Constructors in net.minecraft.world.gen.chunk with parameters of type NoiseSamplingConfigModifierConstructorDescriptionGenerationShapeConfig(int minimumY, int height, NoiseSamplingConfig sampling, SlideConfig topSlide, SlideConfig bottomSlide, int horizontalSize, int verticalSize, VanillaTerrainParameters vanillaTerrainParameters)