Uses of Record Class
net.minecraft.world.biome.source.util.VanillaTerrainParameters
Package
Description
-
Uses of VanillaTerrainParameters in net.minecraft.world.biome.source.util
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<VanillaTerrainParameters>
VanillaTerrainParameters.CODEC
Modifier and TypeMethodDescriptionstatic VanillaTerrainParameters
VanillaTerrainParametersCreator.createCavesParameters()
static VanillaTerrainParameters
VanillaTerrainParametersCreator.createEndParameters()
static VanillaTerrainParameters
VanillaTerrainParametersCreator.createFloatingIslandsParameters()
static VanillaTerrainParameters
VanillaTerrainParametersCreator.createNetherParameters()
static VanillaTerrainParameters
VanillaTerrainParameters.createSurfaceParameters
(boolean amplified) static VanillaTerrainParameters
VanillaTerrainParametersCreator.createSurfaceParameters
(boolean amplified) -
Uses of VanillaTerrainParameters in net.minecraft.world.gen.chunk
Modifier and TypeFieldDescriptionprivate final VanillaTerrainParameters
GenerationShapeConfig.terrainParameters
The field for theterrainParameters
record component.Modifier and TypeMethodDescriptionGenerationShapeConfig.terrainParameters()
Returns the value of theterrainParameters
record component.Modifier and TypeMethodDescriptionstatic GenerationShapeConfig
GenerationShapeConfig.create
(int minimumY, int height, NoiseSamplingConfig sampling, SlideConfig topSlide, SlideConfig bottomSlide, int horizontalSize, int verticalSize, VanillaTerrainParameters vanillaTerrainParameters) ModifierConstructorDescriptionGenerationShapeConfig
(int minimumY, int height, NoiseSamplingConfig sampling, SlideConfig topSlide, SlideConfig bottomSlide, int horizontalSize, int verticalSize, VanillaTerrainParameters vanillaTerrainParameters) -
Uses of VanillaTerrainParameters in net.minecraft.world.gen.densityfunction
Modifier and TypeFieldDescriptionprivate final @Nullable VanillaTerrainParameters
DensityFunctionTypes.TerrainShaperSpline.shaper
Deprecated.The field for theshaper
record component.Modifier and TypeMethodDescriptionDensityFunctionTypes.TerrainShaperSpline.shaper()
Deprecated.Returns the value of theshaper
record component.Modifier and TypeMethodDescriptionfloat
DensityFunctionTypes.TerrainShaperSpline.class_7053.apply
(VanillaTerrainParameters vanillaTerrainParameters, VanillaTerrainParameters.NoisePoint noisePoint) ModifierConstructorDescriptionTerrainShaperSpline
(DensityFunction densityFunction, DensityFunction densityFunction2, DensityFunction densityFunction3, @Nullable VanillaTerrainParameters vanillaTerrainParameters, DensityFunctionTypes.TerrainShaperSpline.Spline spline, double double2, double double3) Deprecated.