net.minecraft.block

public class CauldronBlock

extends AbstractCauldronBlock

All mapped superinterfaces:

ToggleableFeature, ItemConvertible

net.minecraft.world.level.block.CauldronBlock
net.minecraft.class_5546
net.minecraft.block.CauldronBlock

Field summary

Modifier and TypeField
private static final float
RAIN_FILL_CHANCE
field_34027
FILL_WITH_RAIN_CHANCE
private static final float
POWDER_SNOW_FILL_CHANCE
field_34028
FILL_WITH_SNOW_CHANCE

Constructor summary

ModifierConstructor
public (AbstractBlock$Settings properties)

Method summary

Modifier and TypeMethod
public boolean
isFull(BlockState state)
method_32766(class_2680 arg0)
isFull(BlockState arg0)
protected static boolean
shouldHandlePrecipitation(Level level, Biome$Precipitation precipitation)
method_31636(class_1937 arg0, class_1959$class_1963 arg1)
canFillWithPrecipitation(World world, Biome$Precipitation precipitation)
public void
handlePrecipitation(BlockState state, Level level, BlockPos pos, Biome$Precipitation precipitation)
method_9504(class_2680 arg0, class_1937 arg1, class_2338 arg2, class_1959$class_1963 arg3)
precipitationTick(BlockState arg0, World arg1, BlockPos arg2, Biome$Precipitation arg3)
protected boolean
canReceiveStalactiteDrip(Fluid fluid)
method_32765(class_3611 arg0)
canBeFilledByDripstone(Fluid arg0)
protected void
receiveStalactiteDrip(BlockState state, Level level, BlockPos pos, Fluid fluid)
method_32764(class_2680 arg0, class_1937 arg1, class_2338 arg2, class_3611 arg3)
fillFromDripstone(BlockState arg0, World arg1, BlockPos arg2, Fluid arg3)