Uses of Record Class
net.minecraft.world.level.biome.TerrainShaper.PointCustom
Packages that use TerrainShaper.PointCustom
-
Uses of TerrainShaper.PointCustom in net.minecraft.world.level.biome
Fields in net.minecraft.world.level.biome with type parameters of type TerrainShaper.PointCustomModifier 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_CODECMethods in net.minecraft.world.level.biome that return TerrainShaper.PointCustomModifier and TypeMethodDescriptionstatic TerrainShaper.PointCustomTerrainShaper.makePoint(DensityFunction.FunctionContext p_211600_) Methods in net.minecraft.world.level.biome with parameters of type TerrainShaper.PointCustomModifier and TypeMethodDescriptionfloatTerrainShaper.CoordinateCustom.apply(TerrainShaper.PointCustom p_211610_) -
Uses of TerrainShaper.PointCustom in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen with type parameters of type TerrainShaper.PointCustomModifier and TypeFieldDescriptionprivate final CubicSpline<TerrainShaper.PointCustom>DensityFunctions.Spline.splineThe field for thesplinerecord component.Methods in net.minecraft.world.level.levelgen that return types with arguments of type TerrainShaper.PointCustomModifier and TypeMethodDescriptionDensityFunctions.Spline.spline()Returns the value of thesplinerecord component.Constructor parameters in net.minecraft.world.level.levelgen with type arguments of type TerrainShaper.PointCustomModifierConstructorDescriptionSpline(CubicSpline<TerrainShaper.PointCustom> spline, double minValue, double maxValue) Creates an instance of aSplinerecord class.