Uses of Enum Class
net.minecraft.world.biome.Biome.Precipitation
-
Uses of Biome.Precipitation in net.minecraft.block
Modifier and TypeFieldDescriptionprivate final Biome.Precipitation
LeveledCauldronBlock.precipitation
Modifier and TypeMethodDescriptionprotected static boolean
CauldronBlock.canFillWithPrecipitation
(World world, Biome.Precipitation precipitation) void
Block.precipitationTick
(BlockState state, World world, BlockPos pos, Biome.Precipitation precipitation) Called randomly server-side on blocks with unobstructed sky access when it is raining or snowing.void
CauldronBlock.precipitationTick
(BlockState state, World world, BlockPos pos, Biome.Precipitation precipitation) Called randomly server-side on blocks with unobstructed sky access when it is raining or snowing.void
LeveledCauldronBlock.precipitationTick
(BlockState state, World world, BlockPos pos, Biome.Precipitation precipitation) Called randomly server-side on blocks with unobstructed sky access when it is raining or snowing.ModifierConstructorDescriptionLeveledCauldronBlock
(Biome.Precipitation precipitation, CauldronBehavior.CauldronBehaviorMap behaviorMap, AbstractBlock.Settings settings) Constructs a leveled cauldron block. -
Uses of Biome.Precipitation in net.minecraft.world.biome
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Biome.Precipitation>
Biome.Precipitation.CODEC
Modifier and TypeMethodDescriptionBiome.getPrecipitation
(BlockPos pos) 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.