Uses of Record Class
net.minecraft.world.level.biome.TerrainShaper.Point
Packages that use TerrainShaper.Point
-
Uses of TerrainShaper.Point in net.minecraft.world.level.biome
Fields in net.minecraft.world.level.biome with type parameters of type TerrainShaper.PointModifier and TypeFieldDescriptionprivate final CubicSpline<TerrainShaper.Point>
TerrainShaper.factorSampler
The field for thefactorSampler
record component.private final CubicSpline<TerrainShaper.Point>
TerrainShaper.jaggednessSampler
The field for thejaggednessSampler
record component.private final CubicSpline<TerrainShaper.Point>
TerrainShaper.offsetSampler
The field for theoffsetSampler
record component.private final ToFloatFunction<TerrainShaper.Point>
TerrainShaper.Coordinate.reference
private static final com.mojang.serialization.Codec<CubicSpline<TerrainShaper.Point>>
TerrainShaper.SPLINE_CODEC
(package private) static final com.mojang.serialization.Codec<ToFloatFunction<TerrainShaper.Point>>
TerrainShaper.Coordinate.WIDE_CODEC
Methods in net.minecraft.world.level.biome that return TerrainShaper.PointModifier and TypeMethodDescriptionstatic TerrainShaper.Point
TerrainShaper.makePoint
(float p_187268_, float p_187269_, float p_187270_) Methods in net.minecraft.world.level.biome that return types with arguments of type TerrainShaper.PointModifier and TypeMethodDescriptionprivate static CubicSpline<TerrainShaper.Point>
TerrainShaper.buildErosionJaggednessSpline
(float p_187295_, float p_187296_, float p_187297_, float p_187298_, ToFloatFunction<Float> p_187299_) private static CubicSpline<TerrainShaper.Point>
TerrainShaper.buildErosionOffsetSpline
(float p_187285_, float p_187286_, float p_187287_, float p_187288_, float p_187289_, float p_187290_, boolean p_187291_, boolean p_187292_, ToFloatFunction<Float> p_187293_) private static CubicSpline<TerrainShaper.Point>
TerrainShaper.buildMountainRidgeSplineWithPoints
(float p_187331_, boolean p_187332_, ToFloatFunction<Float> p_187333_) private static CubicSpline<TerrainShaper.Point>
TerrainShaper.buildRidgeJaggednessSpline
(float p_187301_, float p_187302_, ToFloatFunction<Float> p_187303_) private static CubicSpline<TerrainShaper.Point>
TerrainShaper.buildWeirdnessJaggednessSpline
(float p_187305_, ToFloatFunction<Float> p_187306_) TerrainShaper.factorSampler()
Returns the value of thefactorSampler
record component.private static CubicSpline<TerrainShaper.Point>
TerrainShaper.getErosionFactor
(float p_187308_, boolean p_187309_, ToFloatFunction<Float> p_187310_) TerrainShaper.jaggednessSampler()
Returns the value of thejaggednessSampler
record component.TerrainShaper.offsetSampler()
Returns the value of theoffsetSampler
record component.private static CubicSpline<TerrainShaper.Point>
TerrainShaper.ridgeSpline
(float p_187277_, float p_187278_, float p_187279_, float p_187280_, float p_187281_, float p_187282_, ToFloatFunction<Float> p_187283_) Methods in net.minecraft.world.level.biome with parameters of type TerrainShaper.PointModifier and TypeMethodDescriptionfloat
TerrainShaper.Coordinate.apply
(TerrainShaper.Point p_187367_) float
TerrainShaper.factor
(TerrainShaper.Point p_187335_) float
TerrainShaper.jaggedness
(TerrainShaper.Point p_187340_) float
TerrainShaper.offset
(TerrainShaper.Point p_187312_) Constructor parameters in net.minecraft.world.level.biome with type arguments of type TerrainShaper.PointModifierConstructorDescriptionprivate
Coordinate
(ToFloatFunction<TerrainShaper.Point> p_187359_, String p_187360_) TerrainShaper
(CubicSpline<TerrainShaper.Point> offsetSampler, CubicSpline<TerrainShaper.Point> factorSampler, CubicSpline<TerrainShaper.Point> jaggednessSampler) Creates an instance of aTerrainShaper
record class. -
Uses of TerrainShaper.Point in net.minecraft.world.level.levelgen
Methods in net.minecraft.world.level.levelgen with parameters of type TerrainShaper.PointModifier and TypeMethodDescriptionfloat
DensityFunctions.TerrainShaperSpline.Spline.apply
(TerrainShaper p_209041_, TerrainShaper.Point p_209042_)