@@ -370,6 +370,7 @@ public abstract class InventoryView {
|
||||
type = InventoryType.SlotType.CRAFTING;
|
||||
break;
|
||||
case ANVIL:
|
||||
case SMITHING:
|
||||
case CARTOGRAPHY:
|
||||
case GRINDSTONE:
|
||||
case MERCHANT:
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
package org.bukkit.inventory;
|
||||
|
||||
/**
|
||||
* Interface to the inventory of a Smithing table.
|
||||
*/
|
||||
public interface SmithingInventory extends Inventory { }
|
||||
Reference in New Issue
Block a user