com.planet_ink.coffee_mud.Abilities.interfaces
Class ItemCraftor.ItemKeyPair

java.lang.Object
  extended by com.planet_ink.coffee_mud.Abilities.interfaces.ItemCraftor.ItemKeyPair
Enclosing interface:
ItemCraftor

public static class ItemCraftor.ItemKeyPair
extends java.lang.Object

For auto-crafting, this object represents an item, and (optionally) a key to go with it.


Field Summary
 Item item
           
 DoorKey key
           
 
Constructor Summary
ItemCraftor.ItemKeyPair(Item item, DoorKey key)
           
 
Method Summary
 java.util.List<Item> asList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

item

public Item item

key

public DoorKey key
Constructor Detail

ItemCraftor.ItemKeyPair

public ItemCraftor.ItemKeyPair(Item item,
                               DoorKey key)
Method Detail

asList

public java.util.List<Item> asList()