Uses of Enum Class
net.minecraft.world.biome.Biome.Precipitation
Packages that use Biome.Precipitation
-
Uses of Biome.Precipitation in net.minecraft.block
Fields in net.minecraft.block with type parameters of type Biome.PrecipitationModifier and TypeFieldDescriptionprivate final Predicate<Biome.Precipitation>
LeveledCauldronBlock.precipitationPredicate
static final Predicate<Biome.Precipitation>
LeveledCauldronBlock.RAIN_PREDICATE
static final Predicate<Biome.Precipitation>
LeveledCauldronBlock.SNOW_PREDICATE
Methods in net.minecraft.block with parameters of type Biome.PrecipitationModifier and TypeMethodDescriptionprotected static boolean
CauldronBlock.canFillWithPrecipitation
(World world, Biome.Precipitation precipitation) void
Block.precipitationTick
(BlockState state, World world, BlockPos pos, Biome.Precipitation precipitation) void
CauldronBlock.precipitationTick
(BlockState state, World world, BlockPos pos, Biome.Precipitation precipitation) void
LeveledCauldronBlock.precipitationTick
(BlockState state, World world, BlockPos pos, Biome.Precipitation precipitation) Constructor parameters in net.minecraft.block with type arguments of type Biome.PrecipitationModifierConstructorDescriptionLeveledCauldronBlock
(AbstractBlock.Settings settings, Predicate<Biome.Precipitation> precipitationPredicate, Map<Item, CauldronBehavior> behaviorMap) PowderSnowCauldronBlock
(AbstractBlock.Settings settings, Predicate<Biome.Precipitation> precipitationPredicate, Map<Item, CauldronBehavior> behaviorMap) -
Uses of Biome.Precipitation in net.minecraft.world.biome
Fields in net.minecraft.world.biome declared as Biome.PrecipitationModifier and TypeFieldDescriptionprivate @Nullable Biome.Precipitation
Biome.Builder.precipitation
(package private) final Biome.Precipitation
Biome.Weather.precipitation
Fields in net.minecraft.world.biome with type parameters of type Biome.PrecipitationModifier and TypeFieldDescriptionprivate static final Map<String,
Biome.Precipitation> Biome.Precipitation.BY_NAME
static final com.mojang.serialization.Codec<Biome.Precipitation>
Biome.Precipitation.CODEC
Methods in net.minecraft.world.biome that return Biome.PrecipitationModifier and TypeMethodDescriptionstatic Biome.Precipitation
Biome.getPrecipitation()
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.Methods in net.minecraft.world.biome with parameters of type Biome.PrecipitationModifier and TypeMethodDescriptionprivate static Biome
OverworldBiomeCreator.createBiome
(Biome.Precipitation precipitation, Biome.Category category, float temperature, float downfall, int waterColor, int waterFogColor, SpawnSettings.Builder spawnSettings, GenerationSettings.Builder generationSettings, @Nullable MusicSound music) private static Biome
OverworldBiomeCreator.createBiome
(Biome.Precipitation precipitation, Biome.Category category, float temperature, float downfall, SpawnSettings.Builder spawnSettings, GenerationSettings.Builder generationSettings, @Nullable MusicSound music) Biome.Builder.precipitation
(Biome.Precipitation precipitation) Constructors in net.minecraft.world.biome with parameters of type Biome.PrecipitationModifierConstructorDescription(package private)
Weather
(Biome.Precipitation precipitation, float temperature, Biome.TemperatureModifier temperatureModifier, float downfall)