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 TerrainShaperTerrainProvider.caves()static TerrainShaperTerrainProvider.end()static TerrainShaperTerrainProvider.floatingIslands()static TerrainShaperTerrainProvider.nether()static TerrainShaperTerrainProvider.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.CODECMethods in net.minecraft.world.level.biome that return TerrainShaperModifier and TypeMethodDescriptionstatic TerrainShaperTerrainShaper.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 TerrainShaperDensityFunctions.TerrainShaperSpline.shaperDeprecated.The field for theshaperrecord component.private final TerrainShaperNoiseSettings.terrainShaperThe field for theterrainShaperrecord component.Methods in net.minecraft.world.level.levelgen that return TerrainShaperModifier and TypeMethodDescriptionDensityFunctions.TerrainShaperSpline.shaper()Deprecated.Returns the value of theshaperrecord component.NoiseSettings.terrainShaper()Returns the value of theterrainShaperrecord component.Methods in net.minecraft.world.level.levelgen with parameters of type TerrainShaperModifier and TypeMethodDescriptionfloatDensityFunctions.TerrainShaperSpline.Spline.apply(TerrainShaper p_209041_, TerrainShaper.Point p_209042_) static NoiseSettingsNoiseSettings.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 aNoiseSettingsrecord class.TerrainShaperSpline(DensityFunction continentalness, DensityFunction erosion, DensityFunction weirdness, TerrainShaper shaper, DensityFunctions.TerrainShaperSpline.SplineType spline, double minValue, double maxValue) Deprecated.Creates an instance of aTerrainShaperSplinerecord class.