001 package org.bukkit.inventory; 002 003 /** 004 * Interface to the inventory of an Anvil. 005 */ 006 public interface AnvilInventory extends Inventory { 007 }