net.minecraft.block

public abstract class AbstractChestBlock<E extends BlockEntity>

extends BlockWithEntity

All mapped superinterfaces:

ToggleableFeature, ItemConvertible, BlockEntityProvider

net.minecraft.world.level.block.AbstractChestBlock
net.minecraft.class_4739
net.minecraft.block.AbstractChestBlock

Field summary

Modifier and TypeField
protected final Supplier<BlockEntityType<? extends E>>
blockEntityType
field_21796
entityTypeRetriever

Constructor summary

ModifierConstructor
protected (AbstractBlock$Settings settings, Supplier<BlockEntityType<? extends E>> entityTypeRetriever)

Method summary

Modifier and TypeMethod
public abstract DoubleBlockProperties$PropertySource<? extends ChestBlockEntity>
combine(BlockState state, Level level, BlockPos pos, boolean ignoreBeingBlocked)
method_24167(class_2680 arg0, class_1937 arg1, class_2338 arg2, boolean arg3)
getBlockEntitySource(BlockState state, World world, BlockPos pos, boolean ignoreBlocked)