Uses of Enum Class
net.minecraft.world.level.biome.Biome.Precipitation
Packages that use Biome.Precipitation
Package
Description
-
Uses of Biome.Precipitation in net.minecraft.world.level.biome
Methods in net.minecraft.world.level.biome that return Biome.PrecipitationModifier and TypeMethodDescriptionBiome.getPrecipitationAt(BlockPos p_265163_) 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. -
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 final Predicate<Biome.Precipitation>LayeredCauldronBlock.fillPredicatestatic final Predicate<Biome.Precipitation>LayeredCauldronBlock.RAINstatic final Predicate<Biome.Precipitation>LayeredCauldronBlock.SNOWMethods in net.minecraft.world.level.block with parameters of type Biome.PrecipitationModifier and TypeMethodDescriptionvoidBlock.handlePrecipitation(BlockState p_152450_, Level p_152451_, BlockPos p_152452_, Biome.Precipitation p_152453_) voidCauldronBlock.handlePrecipitation(BlockState p_152935_, Level p_152936_, BlockPos p_152937_, Biome.Precipitation p_152938_) voidLayeredCauldronBlock.handlePrecipitation(BlockState p_153539_, Level p_153540_, BlockPos p_153541_, Biome.Precipitation p_153542_) protected static booleanCauldronBlock.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_) -
Uses of Biome.Precipitation in net.minecraftforge.debug.world
Fields in net.minecraftforge.debug.world declared as Biome.PrecipitationModifier and TypeFieldDescriptionprivate final Biome.PrecipitationBiomeModifierTest.TestModifier.precipitationThe field for theprecipitationrecord component.Methods in net.minecraftforge.debug.world that return Biome.PrecipitationModifier and TypeMethodDescriptionBiomeModifierTest.TestModifier.precipitation()Returns the value of theprecipitationrecord component.Constructors in net.minecraftforge.debug.world with parameters of type Biome.PrecipitationModifierConstructorDescriptionTestModifier(HolderSet<Biome> biomes, Biome.Precipitation precipitation, int waterColor) Creates an instance of aTestModifierrecord class.