net.minecraft.world.level.block

public abstract class AbstractCauldronBlock

extends Block

All mapped superinterfaces:

FeatureElement, ItemLike

dlx
net.minecraft.world.level.block.AbstractCauldronBlock
net.minecraft.class_2275
net.minecraft.block.AbstractCauldronBlock

Field summary

Modifier and TypeField
protected static final int
a
FLOOR_LEVEL
field_30988
field_30988
private static final VoxelShape
c
SHAPE_INSIDE
field_10747
RAYCAST_SHAPE
private static final VoxelShape
d
SHAPE
field_10746
OUTLINE_SHAPE
protected final CauldronInteraction$InteractionMap
b
interactions
field_27084
behaviorMap

Constructor summary

ModifierConstructor
public (BlockBehaviour$Properties settings, CauldronInteraction$InteractionMap behaviorMap)

Method summary

Modifier and TypeMethod
protected abstract com.mojang.serialization.MapCodec<? extends AbstractCauldronBlock>
a()
codec()
method_53969()
getCodec()
protected double
b(ebg arg0)
getContentHeight(BlockState arg0)
method_31615(class_2680 arg0)
getFluidHeight(BlockState state)
protected boolean
a(ebg arg0, iw arg1, bwv arg2)
isEntityInsideContent(BlockState arg0, BlockPos arg1, Entity arg2)
method_31616(class_2680 arg0, class_2338 arg1, class_1297 arg2)
isEntityTouchingFluid(BlockState state, BlockPos pos, Entity entity)
protected InteractionResult
a(daa arg0, ebg arg1, djz arg2, iw arg3, crz arg4, bus arg5, ffo arg6)
useItemOn(ItemStack arg0, BlockState arg1, Level arg2, BlockPos arg3, Player arg4, InteractionHand arg5, BlockHitResult arg6)
method_55765(class_1799 arg0, class_2680 arg1, class_1937 arg2, class_2338 arg3, class_1657 arg4, class_1268 arg5, class_3965 arg6)
onUseWithItem(ItemStack arg0, BlockState arg1, World arg2, BlockPos arg3, PlayerEntity arg4, Hand arg5, BlockHitResult arg6)
protected VoxelShape
a(ebg arg0, djd arg1, iw arg2, ffx arg3)
getShape(BlockState arg0, BlockGetter arg1, BlockPos arg2, CollisionContext arg3)
method_9530(class_2680 arg0, class_1922 arg1, class_2338 arg2, class_3726 arg3)
getOutlineShape(BlockState arg0, BlockView arg1, BlockPos arg2, ShapeContext arg3)
protected VoxelShape
a(ebg arg0, djd arg1, iw arg2)
getInteractionShape(BlockState arg0, BlockGetter arg1, BlockPos arg2)
method_9584(class_2680 arg0, class_1922 arg1, class_2338 arg2)
getRaycastShape(BlockState arg0, BlockView arg1, BlockPos arg2)
protected boolean
c_(ebg arg0)
hasAnalogOutputSignal(BlockState arg0)
method_9498(class_2680 arg0)
hasComparatorOutput(BlockState arg0)
protected boolean
a(ebg arg0, eyf arg1)
isPathfindable(BlockState arg0, PathComputationType arg1)
method_9516(class_2680 arg0, class_10 arg1)
canPathfindThrough(BlockState arg0, NavigationType arg1)
public abstract boolean
d(ebg arg0)
isFull(BlockState arg0)
method_32766(class_2680 arg0)
isFull(BlockState state)
protected void
a(ebg arg0, aru arg1, iw arg2, azz arg3)
tick(BlockState arg0, ServerLevel arg1, BlockPos arg2, RandomSource arg3)
method_9588(class_2680 arg0, class_3218 arg1, class_2338 arg2, class_5819 arg3)
scheduledTick(BlockState arg0, ServerWorld arg1, BlockPos arg2, Random arg3)
protected boolean
a(exp arg0)
canReceiveStalactiteDrip(Fluid arg0)
method_32765(class_3611 arg0)
canBeFilledByDripstone(Fluid fluid)
protected void
a(ebg arg0, djz arg1, iw arg2, exp arg3)
receiveStalactiteDrip(BlockState arg0, Level arg1, BlockPos arg2, Fluid arg3)
method_32764(class_2680 arg0, class_1937 arg1, class_2338 arg2, class_3611 arg3)
fillFromDripstone(BlockState state, World world, BlockPos pos, Fluid fluid)