|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwyvern.lib.commands.autobag.BagList
An ordered list of bags to insert items into. When one is full, we try the next one. If we fail completely, we issue an error message.
Constructor Summary | |
BagList()
|
Method Summary | |
void |
add(java.lang.String desc)
Adds a description for a bag. |
java.util.List |
getBagNames()
Returns the list of names the player specified. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BagList()
Method Detail |
public java.util.List getBagNames()
public void add(java.lang.String desc)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |