Uses of Class
net.minecraft.world.level.block.entity.ChiseledBookShelfBlockEntity
Packages that use ChiseledBookShelfBlockEntity
-
Uses of ChiseledBookShelfBlockEntity in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block with parameters of type ChiseledBookShelfBlockEntityModifier and TypeMethodDescriptionprivate static voidChiseledBookShelfBlock.addBook(Level level, BlockPos pos, Player player, ChiseledBookShelfBlockEntity bookshelfBlock, ItemStack itemStack, int slot) private static voidChiseledBookShelfBlock.removeBook(Level level, BlockPos pos, Player player, ChiseledBookShelfBlockEntity bookshelfBlock, int slot) -
Uses of ChiseledBookShelfBlockEntity in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity with type parameters of type ChiseledBookShelfBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType<ChiseledBookShelfBlockEntity> BlockEntityType.CHISELED_BOOKSHELF