Uses of Record Class
net.minecraft.world.level.biome.TerrainShaper.PointCustom
-
Uses of TerrainShaper.PointCustom in net.minecraft.world.level.biome
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CubicSpline<TerrainShaper.PointCustom>>
TerrainShaper.SPLINE_CUSTOM_CODEC
(package private) static final com.mojang.serialization.Codec<ToFloatFunction<TerrainShaper.PointCustom>>
TerrainShaper.CoordinateCustom.WIDE_CODEC
Modifier and TypeMethodDescriptionstatic TerrainShaper.PointCustom
TerrainShaper.makePoint
(DensityFunction.FunctionContext p_211600_) Modifier and TypeMethodDescriptionfloat
TerrainShaper.CoordinateCustom.apply
(TerrainShaper.PointCustom p_211610_) -
Uses of TerrainShaper.PointCustom in net.minecraft.world.level.levelgen
Modifier and TypeFieldDescriptionprivate final CubicSpline<TerrainShaper.PointCustom>
DensityFunctions.Spline.spline
The field for thespline
record component.Modifier and TypeMethodDescriptionDensityFunctions.Spline.spline()
Returns the value of thespline
record component.ModifierConstructorDescriptionSpline
(CubicSpline<TerrainShaper.PointCustom> spline, double minValue, double maxValue) Creates an instance of aSpline
record class.