Uses of Enum Class
net.minecraft.world.level.biome.Biome.Precipitation
Package
Description
-
Uses of Biome.Precipitation in net.minecraft.world.level.biome
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<Biome.Precipitation> Biome.Precipitation.CODEC
Modifier and TypeMethodDescriptionBiome.getPrecipitationAt
(BlockPos p_265163_) 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
Modifier and TypeFieldDescriptionprivate final Biome.Precipitation
LayeredCauldronBlock.precipitationType
Modifier 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_) ModifierConstructorDescriptionLayeredCauldronBlock
(Biome.Precipitation p_304591_, CauldronInteraction.InteractionMap p_304761_, BlockBehaviour.Properties p_153522_) -
Uses of Biome.Precipitation in net.neoforged.neoforge.oldtest.world
Modifier and TypeFieldDescriptionprivate final Biome.Precipitation
BiomeModifierTest.TestModifier.precipitation
The field for theprecipitation
record component.Modifier and TypeMethodDescriptionBiomeModifierTest.TestModifier.precipitation()
Returns the value of theprecipitation
record component.ModifierConstructorDescriptionTestModifier
(HolderSet<Biome> biomes, Biome.Precipitation precipitation, int waterColor) Creates an instance of aTestModifier
record class.