net.minecraft.world.level.block

public class ChestBlock

extends AbstractChestBlock<ChestBlockEntity> implements SimpleWaterloggedBlock

All mapped superinterfaces:

FeatureElement, ItemLike, EntityBlock, SimpleWaterloggedBlock, BucketPickup, LiquidBlockContainer

dos
net.minecraft.world.level.block.ChestBlock
net.minecraft.class_2281
net.minecraft.block.ChestBlock
net.minecraft.src.C_1728_

Field summary

Modifier and TypeField
public static final com.mojang.serialization.MapCodec<ChestBlock>
b
CODEC
field_46311
CODEC
f_302220_
public static final EnumProperty<Direction>
c
FACING
field_10768
FACING
f_51478_
public static final EnumProperty<ChestType>
d
TYPE
field_10770
CHEST_TYPE
f_51479_
public static final BooleanProperty
e
WATERLOGGED
field_10772
WATERLOGGED
f_51480_
public static final int
f
EVENT_SET_OPEN_COUNT
field_31057
field_31057
f_153051_
private static final VoxelShape
g
SHAPE
field_55747
SINGLE_SHAPE
f_382556_
private static final Map<Direction, VoxelShape>
h
HALF_SHAPES
field_55748
DOUBLE_SHAPES_BY_DIRECTION
f_380478_
private static final DoubleBlockCombiner$Combiner<ChestBlockEntity, Optional<Container>>
i
CHEST_COMBINER
field_17356
INVENTORY_RETRIEVER
f_51486_
private static final DoubleBlockCombiner$Combiner<ChestBlockEntity, Optional<MenuProvider>>
D
MENU_PROVIDER_COMBINER
field_17357
NAME_RETRIEVER
f_51487_

Constructor summary

ModifierConstructor
protected (Supplier<BlockEntityType<? extends ChestBlockEntity>> blockEntityTypeSupplier, BlockBehaviour$Properties settings)

Method summary

Modifier and TypeMethod
public com.mojang.serialization.MapCodec<? extends ChestBlock>
a()
codec()
method_53969()
getCodec()
m_304657_()
public static DoubleBlockCombiner$BlockType
h(ebq arg0)
getBlockType(BlockState arg0)
method_24169(class_2680 arg0)
getDoubleBlockType(BlockState state)
m_51582_(C_2064_ p_51583_)
protected BlockState
a(ebq arg0, dkm arg1, dky arg2, iw arg3, jc arg4, iw arg5, ebq arg6, bai arg7)
updateShape(BlockState arg0, LevelReader arg1, ScheduledTickAccess arg2, BlockPos arg3, Direction arg4, BlockPos arg5, BlockState arg6, RandomSource arg7)
method_9559(class_2680 arg0, class_4538 arg1, class_10225 arg2, class_2338 arg3, class_2350 arg4, class_2338 arg5, class_2680 arg6, class_5819 arg7)
getStateForNeighborUpdate(BlockState arg0, WorldView arg1, ScheduledTickView arg2, BlockPos arg3, Direction arg4, BlockPos arg5, BlockState arg6, Random arg7)
m_7417_(C_2064_ p_362695_, C_1599_ p_362061_, C_346056_ p_51559_, C_4675_ p_51556_, C_4687_ p_51560_, C_4675_ p_51557_, C_2064_ p_368899_, C_212974_ arg7)
protected VoxelShape
a(ebq arg0, djn arg1, iw arg2, fgh 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)
m_5940_(C_2064_ p_51570_, C_1559_ p_51571_, C_4675_ p_51572_, C_3051_ arg3)
public static Direction
i(ebq arg0)
getConnectedDirection(BlockState arg0)
method_9758(class_2680 arg0)
getFacing(BlockState state)
m_51584_(C_2064_ p_51585_)
public BlockState
a(ded arg0)
getStateForPlacement(BlockPlaceContext arg0)
method_9605(class_1750 arg0)
getPlacementState(ItemPlacementContext arg0)
m_5573_(C_1445_ arg0)
protected FluidState
b_(ebq arg0)
getFluidState(BlockState arg0)
method_9545(class_2680 arg0)
getFluidState(BlockState arg0)
m_5888_(C_2064_ arg0)
private Direction
a(ded arg0, jc arg1)
candidatePartnerFacing(BlockPlaceContext arg0, Direction arg1)
method_9753(class_1750 arg0, class_2350 arg1)
getNeighborChestDirection(ItemPlacementContext ctx, Direction dir)
m_51494_(C_1445_ p_51496_, C_4687_ arg1)
protected void
a(ebq arg0, asb arg1, iw arg2, boolean arg3)
affectNeighborsAfterRemoval(BlockState arg0, ServerLevel arg1, BlockPos arg2, boolean arg3)
method_66388(class_2680 arg0, class_3218 arg1, class_2338 arg2, boolean arg3)
onStateReplaced(BlockState arg0, ServerWorld arg1, BlockPos arg2, boolean arg3)
m_7892_(C_2064_ p_396255_, C_12_ p_393735_, C_4675_ p_392386_, boolean arg3)
protected InteractionResult
a(ebq arg0, dkj arg1, iw arg2, csi arg3, ffy arg4)
useWithoutItem(BlockState arg0, Level arg1, BlockPos arg2, Player arg3, BlockHitResult arg4)
method_55766(class_2680 arg0, class_1937 arg1, class_2338 arg2, class_1657 arg3, class_3965 arg4)
onUse(BlockState arg0, World arg1, BlockPos arg2, PlayerEntity arg3, BlockHitResult arg4)
m_6227_(C_2064_ p_51532_, C_1596_ p_51533_, C_4675_ p_51534_, C_1141_ p_51536_, C_3041_ arg4)
protected Stat<ResourceLocation>
c()
getOpenChestStat()
method_9755()
getOpenStat()
m_7699_()
public BlockEntityType<? extends ChestBlockEntity>
d()
blockEntityType()
method_31641()
getExpectedEntityType()
m_153066_()
public static Container
a(dos arg0, ebq arg1, dkj arg2, iw arg3, boolean arg4)
getContainer(ChestBlock arg0, BlockState arg1, Level arg2, BlockPos arg3, boolean arg4)
method_17458(class_2281 arg0, class_2680 arg1, class_1937 arg2, class_2338 arg3, boolean arg4)
getInventory(ChestBlock block, BlockState state, World world, BlockPos pos, boolean ignoreBlocked)
m_51511_(C_1728_ p_51512_, C_2064_ p_51513_, C_1596_ p_51514_, C_4675_ p_51515_, boolean p_51516_)
public DoubleBlockCombiner$NeighborCombineResult<? extends ChestBlockEntity>
a(ebq arg0, dkj arg1, iw arg2, boolean arg3)
combine(BlockState arg0, Level arg1, BlockPos arg2, boolean arg3)
method_24167(class_2680 arg0, class_1937 arg1, class_2338 arg2, boolean arg3)
getBlockEntitySource(BlockState arg0, World arg1, BlockPos arg2, boolean arg3)
m_5641_(C_2064_ p_51545_, C_1596_ p_51546_, C_4675_ p_51547_, boolean arg3)
protected MenuProvider
b(ebq arg0, dkj arg1, iw arg2)
getMenuProvider(BlockState arg0, Level arg1, BlockPos arg2)
method_17454(class_2680 arg0, class_1937 arg1, class_2338 arg2)
createScreenHandlerFactory(BlockState arg0, World arg1, BlockPos arg2)
m_7246_(C_2064_ p_51575_, C_1596_ p_51576_, C_4675_ arg2)
public static DoubleBlockCombiner$Combiner<ChestBlockEntity, it.unimi.dsi.fastutil.floats.Float2FloatFunction>
a(dzv arg0)
opennessCombiner(LidBlockEntity arg0)
method_24166(class_2618 arg0)
getAnimationProgressRetriever(LidOpenable progress)
m_51517_(C_2019_ p_51518_)
public BlockEntity
a(iw arg0, ebq arg1)
newBlockEntity(BlockPos arg0, BlockState arg1)
method_10123(class_2338 arg0, class_2680 arg1)
createBlockEntity(BlockPos arg0, BlockState arg1)
m_142194_(C_4675_ p_153065_, C_2064_ arg1)
public <T extends BlockEntity> BlockEntityTicker<T>
a(dkj arg0, ebq arg1, dyq<T> arg2)
getTicker(Level arg0, BlockState arg1, BlockEntityType<T> arg2)
method_31645(class_1937 arg0, class_2680 arg1, class_2591<T> arg2)
getTicker(World arg0, BlockState arg1, BlockEntityType<T> arg2)
m_142354_(C_1596_ p_153056_, C_2064_ p_153057_, C_1992_<T> arg2)
public static boolean
a(dkk arg0, iw arg1)
isChestBlockedAt(LevelAccessor arg0, BlockPos arg1)
method_9756(class_1936 arg0, class_2338 arg1)
isChestBlocked(WorldAccess world, BlockPos pos)
m_51508_(C_1598_ p_51509_, C_4675_ p_51510_)
private static boolean
a(djn arg0, iw arg1)
isBlockedChestByBlock(BlockGetter arg0, BlockPos arg1)
method_9757(class_1922 arg0, class_2338 arg1)
hasBlockOnTop(BlockView world, BlockPos pos)
m_51499_(C_1559_ p_51500_, C_4675_ p_51501_)
private static boolean
b(dkk arg0, iw arg1)
isCatSittingOnChest(LevelAccessor arg0, BlockPos arg1)
method_9754(class_1936 arg0, class_2338 arg1)
hasCatOnTop(WorldAccess world, BlockPos pos)
m_51563_(C_1598_ p_51564_, C_4675_ p_51565_)
protected boolean
c_(ebq arg0)
hasAnalogOutputSignal(BlockState arg0)
method_9498(class_2680 arg0)
hasComparatorOutput(BlockState arg0)
m_7278_(C_2064_ arg0)
protected int
a(ebq arg0, dkj arg1, iw arg2)
getAnalogOutputSignal(BlockState arg0, Level arg1, BlockPos arg2)
method_9572(class_2680 arg0, class_1937 arg1, class_2338 arg2)
getComparatorOutput(BlockState arg0, World arg1, BlockPos arg2)
m_6782_(C_2064_ p_51528_, C_1596_ p_51529_, C_4675_ arg2)
protected BlockState
a(ebq arg0, dui arg1)
rotate(BlockState arg0, Rotation arg1)
method_9598(class_2680 arg0, class_2470 arg1)
rotate(BlockState arg0, BlockRotation arg1)
m_6843_(C_2064_ p_51553_, C_1886_ arg1)
protected BlockState
a(ebq arg0, dsr arg1)
mirror(BlockState arg0, Mirror arg1)
method_9569(class_2680 arg0, class_2415 arg1)
mirror(BlockState arg0, BlockMirror arg1)
m_6943_(C_2064_ p_51550_, C_1838_ arg1)
protected void
a(ebr$a<dno, ebq> arg0)
createBlockStateDefinition(StateDefinition$Builder<Block, BlockState> arg0)
method_9515(class_2689$class_2690<class_2248, class_2680> arg0)
appendProperties(StateManager$Builder<Block, BlockState> arg0)
m_7926_(C_2065_$C_2066_<C_1706_, C_2064_> arg0)
protected boolean
a(ebq arg0, eyp arg1)
isPathfindable(BlockState arg0, PathComputationType arg1)
method_9516(class_2680 arg0, class_10 arg1)
canPathfindThrough(BlockState arg0, NavigationType arg1)
m_7357_(C_2064_ p_51525_, C_2754_ arg1)
protected void
a(ebq arg0, asb arg1, iw arg2, bai 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)
m_213897_(C_2064_ p_220959_, C_12_ p_220960_, C_4675_ p_220961_, C_212974_ arg3)