|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.planet_ink.coffee_mud.Abilities.interfaces.ItemCraftor.ItemKeyPair
public static class ItemCraftor.ItemKeyPair
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 |
---|
public Item item
public DoorKey key
Constructor Detail |
---|
public ItemCraftor.ItemKeyPair(Item item, DoorKey key)
Method Detail |
---|
public java.util.List<Item> asList()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |