|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sourceforge.worldsaver.rp.RpBase | +--net.sourceforge.worldsaver.rp.Item | +--net.sourceforge.worldsaver.rp.Weapon
This class represents a weapon.
Fields inherited from interface net.sourceforge.worldsaver.util.MiscUtils |
CONSOLE_WIDTH, NEWLINE, RANDOM |
Constructor Summary | |
Weapon(java.util.HashMap map)
Standard constructor. |
|
Weapon(RpBase father,
java.lang.String name)
Standard constructor. |
Method Summary | |
RpBase |
copy(boolean childs,
boolean full)
Returns a new object with the same values as this object. |
java.lang.String |
getSaveableString()
Returns a saveable String. |
Methods inherited from class net.sourceforge.worldsaver.rp.RpBase |
addChild, addDescription, getChilds, getDescription, getFather, getID, getName, getReferencesRight, setDescription, setFather, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sourceforge.worldsaver.rp.Saveable |
getReferencesRight |
Constructor Detail |
public Weapon(RpBase father, java.lang.String name)
RpBase.RpBase(net.sourceforge.worldsaver.rp.RpBase, java.lang.String)
,
Item.Item(net.sourceforge.worldsaver.rp.RpBase, java.lang.String)
public Weapon(java.util.HashMap map)
RpBase.RpBase(net.sourceforge.worldsaver.rp.RpBase, java.lang.String)
,
Item.Item(net.sourceforge.worldsaver.rp.RpBase, java.lang.String)
Method Detail |
public java.lang.String getSaveableString() throws java.io.IOException
getSaveableString
in interface Saveable
getSaveableString
in class RpBase
public RpBase copy(boolean childs, boolean full)
RpBase
copy
in class RpBase
net.sourceforge.worldsaver.rp.RpBase
childs
- true means copy the childs, toofull
- true means copy the childs of the childs etc., too
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |