Uses of Record Class
net.minecraft.world.biome.source.util.VanillaTerrainParameters.class_7075
Packages that use VanillaTerrainParameters.class_7075
-
Uses of VanillaTerrainParameters.class_7075 in net.minecraft.world.biome.source.util
Fields in net.minecraft.world.biome.source.util with type parameters of type VanillaTerrainParameters.class_7075Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Spline<VanillaTerrainParameters.class_7075>>
VanillaTerrainParameters.field_37252
(package private) static final com.mojang.serialization.Codec<ToFloatFunction<VanillaTerrainParameters.class_7075>>
VanillaTerrainParameters.class_7074.field_37253
Methods in net.minecraft.world.biome.source.util that return VanillaTerrainParameters.class_7075Modifier and TypeMethodDescriptionVanillaTerrainParameters.method_41191
(DensityFunction.NoisePos noisePos) Methods in net.minecraft.world.biome.source.util with parameters of type VanillaTerrainParameters.class_7075Modifier and TypeMethodDescriptionfloat
VanillaTerrainParameters.class_7074.apply
(VanillaTerrainParameters.class_7075 class_7075) -
Uses of VanillaTerrainParameters.class_7075 in net.minecraft.world.gen.densityfunction
Fields in net.minecraft.world.gen.densityfunction with type parameters of type VanillaTerrainParameters.class_7075Modifier and TypeFieldDescriptionprivate final Spline<VanillaTerrainParameters.class_7075>
DensityFunctionTypes.Spline.spline
The field for thespline
record component.Methods in net.minecraft.world.gen.densityfunction that return types with arguments of type VanillaTerrainParameters.class_7075Modifier and TypeMethodDescriptionDensityFunctionTypes.Spline.spline()
Returns the value of thespline
record component.Constructor parameters in net.minecraft.world.gen.densityfunction with type arguments of type VanillaTerrainParameters.class_7075ModifierConstructorDescriptionSpline
(Spline<VanillaTerrainParameters.class_7075> spline, double double2, double double3)