net.minecraft.world.level.block

public abstract class AbstractCauldronBlock

extends Block

All mapped superinterfaces:

FeatureElement, ItemLike

dkn
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(dzo arg0)
getContentHeight(BlockState arg0)
method_31615(class_2680 arg0)
getFluidHeight(BlockState state)
protected boolean
a(dzo arg0, iu arg1, bwa 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(cys arg0, dzo arg1, dip arg2, iu arg3, cqs arg4, btx arg5, fds 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(dzo arg0, dhv arg1, iu arg2, feb 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(dzo arg0, dhv arg1, iu 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_(dzo arg0)
hasAnalogOutputSignal(BlockState arg0)
method_9498(class_2680 arg0)
hasComparatorOutput(BlockState arg0)
protected boolean
a(dzo arg0, ewk arg1)
isPathfindable(BlockState arg0, PathComputationType arg1)
method_9516(class_2680 arg0, class_10 arg1)
canPathfindThrough(BlockState arg0, NavigationType arg1)
public abstract boolean
d(dzo arg0)
isFull(BlockState arg0)
method_32766(class_2680 arg0)
isFull(BlockState state)
protected void
a(dzo arg0, aro arg1, iu arg2, azt 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(evu arg0)
canReceiveStalactiteDrip(Fluid arg0)
method_32765(class_3611 arg0)
canBeFilledByDripstone(Fluid fluid)
protected void
a(dzo arg0, dip arg1, iu arg2, evu 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)