Uses of Record Class
net.minecraft.world.level.levelgen.DensityFunctions.Spline.Point
Packages that use DensityFunctions.Spline.Point
-
Uses of DensityFunctions.Spline.Point in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen with type parameters of type DensityFunctions.Spline.PointModifier and TypeFieldDescriptionDensityFunctions.Spline.spline
The field for thespline
record component.private static final com.mojang.serialization.Codec
<CubicSpline<DensityFunctions.Spline.Point, DensityFunctions.Spline.Coordinate>> DensityFunctions.Spline.SPLINE_CODEC
Methods in net.minecraft.world.level.levelgen that return types with arguments of type DensityFunctions.Spline.PointModifier and TypeMethodDescriptionDensityFunctions.Spline.spline()
Returns the value of thespline
record component.Methods in net.minecraft.world.level.levelgen with parameters of type DensityFunctions.Spline.PointModifier and TypeMethodDescriptionfloat
DensityFunctions.Spline.Coordinate.apply
(DensityFunctions.Spline.Point pObject) Method parameters in net.minecraft.world.level.levelgen with type arguments of type DensityFunctions.Spline.PointModifier and TypeMethodDescriptionstatic DensityFunction
DensityFunctions.spline
(CubicSpline<DensityFunctions.Spline.Point, DensityFunctions.Spline.Coordinate> pSpline) Constructor parameters in net.minecraft.world.level.levelgen with type arguments of type DensityFunctions.Spline.PointModifierConstructorDescriptionCreates an instance of aSpline
record class.