package NET.worlds.scape; public interface InventoryCallback { void droppedInventoryItem(Object var1); }