Uses of Class
net.minecraft.block.entity.ChiseledBookshelfBlockEntity
Packages that use ChiseledBookshelfBlockEntity
-
Uses of ChiseledBookshelfBlockEntity in net.minecraft.block
Methods in net.minecraft.block with parameters of type ChiseledBookshelfBlockEntityModifier and TypeMethodDescriptionprivate static void
ChiseledBookshelfBlock.tryAddBook
(World world, BlockPos pos, PlayerEntity player, ChiseledBookshelfBlockEntity blockEntity, ItemStack stack, int slot) private static void
ChiseledBookshelfBlock.tryRemoveBook
(World world, BlockPos pos, PlayerEntity player, ChiseledBookshelfBlockEntity blockEntity, int slot) -
Uses of ChiseledBookshelfBlockEntity in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type ChiseledBookshelfBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType<ChiseledBookshelfBlockEntity>
BlockEntityType.CHISELED_BOOKSHELF