Uses of Enum Class
net.minecraft.world.level.biome.Biome.Precipitation
Packages that use Biome.Precipitation
-
Uses of Biome.Precipitation in net.minecraft.world.level.biome
Fields in net.minecraft.world.level.biome declared as Biome.PrecipitationModifier and TypeFieldDescriptionprivate Biome.Precipitation
Biome.BiomeBuilder.precipitation
Biome.ClimateSettings.precipitation
Fields in net.minecraft.world.level.biome with type parameters of type Biome.PrecipitationModifier and TypeFieldDescriptionprivate static Map<String,Biome.Precipitation>
Biome.Precipitation.BY_NAME
static com.mojang.serialization.Codec<Biome.Precipitation>
Biome.Precipitation.CODEC
Methods in net.minecraft.world.level.biome that return Biome.PrecipitationModifier and TypeMethodDescriptionstatic Biome.Precipitation
Biome.getPrecipitation()
static Biome.Precipitation
Returns 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.level.biome with parameters of type Biome.PrecipitationModifier and TypeMethodDescriptionBiome.BiomeBuilder.precipitation(Biome.Precipitation p_47598_)
Constructors in net.minecraft.world.level.biome with parameters of type Biome.PrecipitationModifierConstructorDescriptionClimateSettings(Biome.Precipitation p_47686_, float p_47687_, Biome.TemperatureModifier p_47688_, float p_47689_)
-
Uses of Biome.Precipitation in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type Biome.PrecipitationModifier and TypeFieldDescriptionprivate Predicate<Biome.Precipitation>
LayeredCauldronBlock.fillPredicate
static Predicate<Biome.Precipitation>
LayeredCauldronBlock.RAIN
static Predicate<Biome.Precipitation>
LayeredCauldronBlock.SNOW
Methods in net.minecraft.world.level.block with parameters of type Biome.PrecipitationModifier and TypeMethodDescriptionvoid
Block.handlePrecipitation(BlockState p_152450_, Level p_152451_, BlockPos p_152452_, Biome.Precipitation p_152453_)
void
CauldronBlock.handlePrecipitation(BlockState p_152935_, Level p_152936_, BlockPos p_152937_, Biome.Precipitation p_152938_)
void
LayeredCauldronBlock.handlePrecipitation(BlockState p_153539_, Level p_153540_, BlockPos p_153541_, Biome.Precipitation p_153542_)
protected static boolean
CauldronBlock.shouldHandlePrecipitation(Level p_182451_, Biome.Precipitation p_182452_)
Constructor parameters in net.minecraft.world.level.block with type arguments of type Biome.PrecipitationModifierConstructorDescriptionLayeredCauldronBlock(BlockBehaviour.Properties p_153522_, Predicate<Biome.Precipitation> p_153523_, Map<Item,CauldronInteraction> p_153524_)
PowderSnowCauldronBlock(BlockBehaviour.Properties p_154290_, Predicate<Biome.Precipitation> p_154291_, Map<Item,CauldronInteraction> p_154292_)