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
Fields in net.minecraft.world.level.biome with type parameters of type Biome.PrecipitationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<Biome.Precipitation> Biome.Precipitation.CODEC
Methods in net.minecraft.world.level.biome that return Biome.PrecipitationModifier and TypeMethodDescriptionBiome.getPrecipitationAt
(BlockPos pPos) 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. -
Uses of Biome.Precipitation in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block declared as Biome.PrecipitationModifier and TypeFieldDescriptionprivate final Biome.Precipitation
LayeredCauldronBlock.precipitationType
Methods in net.minecraft.world.level.block with parameters of type Biome.PrecipitationModifier and TypeMethodDescriptionvoid
Block.handlePrecipitation
(BlockState pState, Level pLevel, BlockPos pPos, Biome.Precipitation pPrecipitation) void
CauldronBlock.handlePrecipitation
(BlockState pState, Level pLevel, BlockPos pPos, Biome.Precipitation pPrecipitation) void
LayeredCauldronBlock.handlePrecipitation
(BlockState pState, Level pLevel, BlockPos pPos, Biome.Precipitation pPrecipitation) protected static boolean
CauldronBlock.shouldHandlePrecipitation
(Level pLevel, Biome.Precipitation pPrecipitation) Constructors in net.minecraft.world.level.block with parameters of type Biome.PrecipitationModifierConstructorDescriptionLayeredCauldronBlock
(Biome.Precipitation p_304591_, CauldronInteraction.InteractionMap p_304761_, BlockBehaviour.Properties p_153522_) -
Uses of Biome.Precipitation in net.neoforged.neoforge.oldtest.world
Fields in net.neoforged.neoforge.oldtest.world declared as Biome.PrecipitationModifier and TypeFieldDescriptionprivate final Biome.Precipitation
BiomeModifierTest.TestModifier.precipitation
The field for theprecipitation
record component.Methods in net.neoforged.neoforge.oldtest.world that return Biome.PrecipitationModifier and TypeMethodDescriptionBiomeModifierTest.TestModifier.precipitation()
Returns the value of theprecipitation
record component.Constructors in net.neoforged.neoforge.oldtest.world with parameters of type Biome.PrecipitationModifierConstructorDescriptionTestModifier
(HolderSet<Biome> biomes, Biome.Precipitation precipitation, int waterColor) Creates an instance of aTestModifier
record class.