Uses of Enum Class
net.minecraft.world.biome.Biome.Precipitation
Packages that use Biome.Precipitation
-
Uses of Biome.Precipitation in net.minecraft.world.biome
Fields in net.minecraft.world.biome declared as Biome.PrecipitationModifier and TypeFieldDescriptionprivate Biome.PrecipitationBiome.Builder.precipitationprotected final Biome.PrecipitationBiome.precipitationMethods in net.minecraft.world.biome that return Biome.PrecipitationModifier and TypeMethodDescriptionBiome.getPrecipitation()static Biome.PrecipitationReturns the enum constant of this class with the specified name.static Biome.Precipitation[]Biome.Precipitation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.biome with parameters of type Biome.PrecipitationModifier and TypeMethodDescriptionBiome.Builder.setPrecipitation(Biome.Precipitation precipitation) -
Uses of Biome.Precipitation in net.minecraft.world.chunk
Constructors in net.minecraft.world.chunk with parameters of type Biome.PrecipitationModifierConstructorDescriptionprotectedclass_3800(SurfaceBuilder<?> surfaceBuilder, Biome.Precipitation precipitation, Biome.Category category, float float2, float float3, float float4, float float5, int int2, int int3, String string)