Uses of Record Class
net.minecraft.world.level.biome.TerrainShaper
Packages that use TerrainShaper
Package
Description
-
Uses of TerrainShaper in net.minecraft.data.worldgen
Methods in net.minecraft.data.worldgen that return TerrainShaperModifier and TypeMethodDescriptionstatic TerrainShaper
TerrainProvider.caves()
static TerrainShaper
TerrainProvider.end()
static TerrainShaper
TerrainProvider.floatingIslands()
static TerrainShaper
TerrainProvider.nether()
static TerrainShaper
TerrainProvider.overworld
(boolean p_194817_) -
Uses of TerrainShaper in net.minecraft.world.level.biome
Fields in net.minecraft.world.level.biome with type parameters of type TerrainShaperModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TerrainShaper>
TerrainShaper.CODEC
Methods in net.minecraft.world.level.biome that return TerrainShaperModifier and TypeMethodDescriptionstatic TerrainShaper
TerrainShaper.overworld
(boolean p_187322_) -
Uses of TerrainShaper in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen declared as TerrainShaperModifier and TypeFieldDescriptionprivate final TerrainShaper
DensityFunctions.TerrainShaperSpline.shaper
Deprecated.The field for theshaper
record component.private final TerrainShaper
NoiseSettings.terrainShaper
The field for theterrainShaper
record component.Methods in net.minecraft.world.level.levelgen that return TerrainShaperModifier and TypeMethodDescriptionDensityFunctions.TerrainShaperSpline.shaper()
Deprecated.Returns the value of theshaper
record component.NoiseSettings.terrainShaper()
Returns the value of theterrainShaper
record component.Methods in net.minecraft.world.level.levelgen with parameters of type TerrainShaperModifier and TypeMethodDescriptionfloat
DensityFunctions.TerrainShaperSpline.Spline.apply
(TerrainShaper p_209041_, TerrainShaper.Point p_209042_) static NoiseSettings
NoiseSettings.create
(int p_212299_, int p_212300_, NoiseSamplingSettings p_212301_, NoiseSlider p_212302_, NoiseSlider p_212303_, int p_212304_, int p_212305_, TerrainShaper p_212306_) Constructors in net.minecraft.world.level.levelgen with parameters of type TerrainShaperModifierConstructorDescriptionNoiseSettings
(int minY, int height, NoiseSamplingSettings noiseSamplingSettings, NoiseSlider topSlideSettings, NoiseSlider bottomSlideSettings, int noiseSizeHorizontal, int noiseSizeVertical, TerrainShaper terrainShaper) Creates an instance of aNoiseSettings
record class.TerrainShaperSpline
(DensityFunction continentalness, DensityFunction erosion, DensityFunction weirdness, TerrainShaper shaper, DensityFunctions.TerrainShaperSpline.SplineType spline, double minValue, double maxValue) Deprecated.Creates an instance of aTerrainShaperSpline
record class.