Interface CartographyInventory

All Superinterfaces:
Inventory, Iterable<ItemStack>

public interface CartographyInventory extends Inventory
Interface to the inventory of a Cartography table.
  • Method Details

    • getResult

      @Nullable default @Nullable ItemStack getResult()
      Check what item is in the result slot of this smithing table.
      Returns:
      the result item
    • setResult

      default void setResult(@Nullable @Nullable ItemStack newResult)
      Set the item in the result slot of the smithing table
      Parameters:
      newResult - the new result item