Uses of Record Class
net.minecraft.world.biome.source.util.VanillaTerrainParameters.NoisePoint
Packages that use VanillaTerrainParameters.NoisePoint
Package
Description
The base package for all Minecraft classes.
-
Uses of VanillaTerrainParameters.NoisePoint in net.minecraft
Fields in net.minecraft with type parameters of type VanillaTerrainParameters.NoisePointModifier and TypeFieldDescriptionprivate final ToFloatFunction<VanillaTerrainParameters.NoisePoint>class_6916.class_6942.splineThe field for thesplinerecord component.Methods in net.minecraft that return types with arguments of type VanillaTerrainParameters.NoisePointModifier and TypeMethodDescriptionclass_6916.class_6942.spline()Returns the value of thesplinerecord component.Method parameters in net.minecraft with type arguments of type VanillaTerrainParameters.NoisePointModifier and TypeMethodDescriptionstatic class_6910class_6916.method_40489(class_6910 class_6910, class_6910 class_69102, class_6910 class_69103, ToFloatFunction<VanillaTerrainParameters.NoisePoint> toFloatFunction, double double2, double double3) private static class_6910class_6954.method_40541(class_6910 class_6910, class_6910 class_69102, class_6910 class_69103, ToFloatFunction<VanillaTerrainParameters.NoisePoint> toFloatFunction, double double2, double double3, class_6910 class_69104) Constructor parameters in net.minecraft with type arguments of type VanillaTerrainParameters.NoisePointModifierConstructorDescription(package private)class_6942(class_6910 class_6910, class_6910 class_69102, class_6910 class_69103, ToFloatFunction<VanillaTerrainParameters.NoisePoint> toFloatFunction, double double2, double double3) -
Uses of VanillaTerrainParameters.NoisePoint in net.minecraft.world.biome.source.util
Fields in net.minecraft.world.biome.source.util with type parameters of type VanillaTerrainParameters.NoisePointModifier and TypeFieldDescriptionprivate final Spline<VanillaTerrainParameters.NoisePoint>VanillaTerrainParameters.factorSplineprivate static final com.mojang.serialization.Codec<Spline<VanillaTerrainParameters.NoisePoint>>VanillaTerrainParameters.field_35457(package private) static final com.mojang.serialization.Codec<ToFloatFunction<VanillaTerrainParameters.NoisePoint>>VanillaTerrainParameters.LocationFunction.field_35464private final ToFloatFunction<VanillaTerrainParameters.NoisePoint>VanillaTerrainParameters.LocationFunction.noiseFunctionprivate final Spline<VanillaTerrainParameters.NoisePoint>VanillaTerrainParameters.offsetSplineprivate final Spline<VanillaTerrainParameters.NoisePoint>VanillaTerrainParameters.peakSplineMethods in net.minecraft.world.biome.source.util that return VanillaTerrainParameters.NoisePointModifier and TypeMethodDescriptionVanillaTerrainParameters.createNoisePoint(float float2, float float3, float float4) Methods in net.minecraft.world.biome.source.util that return types with arguments of type VanillaTerrainParameters.NoisePointModifier and TypeMethodDescriptionprivate static Spline<VanillaTerrainParameters.NoisePoint>VanillaTerrainParameters.buildErosionFactorSpline(float value, boolean bool, ToFloatFunction<Float> toFloatFunction) private static Spline<VanillaTerrainParameters.NoisePoint>VanillaTerrainParameters.createFlatOffsetSpline(float float2, float float3, float float4, float float5, float float6, float float7, ToFloatFunction<Float> toFloatFunction) private static Spline<VanillaTerrainParameters.NoisePoint>VanillaTerrainParameters.createLandSpline(float float2, float float3, float float4, float float5, float float6, float float7, boolean bool, boolean bool2, ToFloatFunction<Float> toFloatFunction) VanillaTerrainParameters.getFactorSpline()VanillaTerrainParameters.getOffsetSpline()VanillaTerrainParameters.getPeakSpline()private static Spline<VanillaTerrainParameters.NoisePoint>VanillaTerrainParameters.method_38219(float float2, boolean bool, ToFloatFunction<Float> toFloatFunction) private static Spline<VanillaTerrainParameters.NoisePoint>VanillaTerrainParameters.method_38855(float float2, float float3, ToFloatFunction<Float> toFloatFunction) private static Spline<VanillaTerrainParameters.NoisePoint>VanillaTerrainParameters.method_38856(float float2, float float3, float float4, float float5, ToFloatFunction<Float> toFloatFunction) private static Spline<VanillaTerrainParameters.NoisePoint>VanillaTerrainParameters.method_38857(float float2, ToFloatFunction<Float> toFloatFunction) Methods in net.minecraft.world.biome.source.util with parameters of type VanillaTerrainParameters.NoisePointModifier and TypeMethodDescriptionfloatVanillaTerrainParameters.LocationFunction.apply(VanillaTerrainParameters.NoisePoint noisePoint) floatVanillaTerrainParameters.getFactor(VanillaTerrainParameters.NoisePoint point) floatVanillaTerrainParameters.getOffset(VanillaTerrainParameters.NoisePoint point) floatVanillaTerrainParameters.getPeak(VanillaTerrainParameters.NoisePoint point) Constructor parameters in net.minecraft.world.biome.source.util with type arguments of type VanillaTerrainParameters.NoisePointModifierConstructorDescriptionprivateLocationFunction(ToFloatFunction<VanillaTerrainParameters.NoisePoint> noiseFunction, String id) VanillaTerrainParameters(Spline<VanillaTerrainParameters.NoisePoint> offsetSpline, Spline<VanillaTerrainParameters.NoisePoint> factorSpline, Spline<VanillaTerrainParameters.NoisePoint> peakSpline)