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.client.renderer
Methods in net.minecraft.client.renderer that return Biome.PrecipitationModifier and TypeMethodDescriptionprivate Biome.PrecipitationWeatherEffectRenderer.getPrecipitationAt(Level pLevel, BlockPos pPos) -
Uses of Biome.Precipitation in net.minecraft.world.level
Methods in net.minecraft.world.level that return Biome.Precipitation -
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.CODECMethods in net.minecraft.world.level.biome that return Biome.PrecipitationModifier and TypeMethodDescriptionBiome.getPrecipitationAt(BlockPos pPos, int pSeaLevel) 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 declared as Biome.PrecipitationModifier and TypeFieldDescriptionprivate final Biome.PrecipitationLayeredCauldronBlock.precipitationTypeMethods in net.minecraft.world.level.block with parameters of type Biome.PrecipitationModifier and TypeMethodDescriptionvoidBlock.handlePrecipitation(BlockState pState, Level pLevel, BlockPos pPos, Biome.Precipitation pPrecipitation) 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 pLevel, Biome.Precipitation pPrecipitation) Constructors in net.minecraft.world.level.block with parameters of type Biome.PrecipitationModifierConstructorDescriptionLayeredCauldronBlock(Biome.Precipitation pPrecipitationType, CauldronInteraction.InteractionMap pInteractions, BlockBehaviour.Properties pProperties)