Uses of Enum Class
net.minecraft.world.level.biome.Biome.Precipitation
Packages that use 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 pos) 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 state, Level level, BlockPos pos, Biome.Precipitation precipitation) voidCauldronBlock.handlePrecipitation(BlockState state, Level level, BlockPos pos, Biome.Precipitation precipitation) voidLayeredCauldronBlock.handlePrecipitation(BlockState state, Level level, BlockPos pos, Biome.Precipitation precipitation) protected static booleanCauldronBlock.shouldHandlePrecipitation(Level level, Biome.Precipitation precipitation) Constructors in net.minecraft.world.level.block with parameters of type Biome.PrecipitationModifierConstructorDescriptionLayeredCauldronBlock(Biome.Precipitation precipitationType, CauldronInteraction.InteractionMap interactions, BlockBehaviour.Properties properties)