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 ActionResultChiseledBookshelfBlock.tryAddBook(World world, BlockPos blockPos, PlayerEntity playerEntity, ChiseledBookshelfBlockEntity chiseledBookshelfBlockEntity, ItemStack itemStack) private static ActionResultChiseledBookshelfBlock.tryRemoveBook(World world, BlockPos blockPos, PlayerEntity playerEntity, ChiseledBookshelfBlockEntity chiseledBookshelfBlockEntity) -
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