net.sourceforge.worldsaver.rp
Class Item

java.lang.Object
  |
  +--net.sourceforge.worldsaver.rp.RpBase
        |
        +--net.sourceforge.worldsaver.rp.Item
All Implemented Interfaces:
MiscUtils, Saveable
Direct Known Subclasses:
Stuff, Weapon

public abstract class Item
extends RpBase


Fields inherited from interface net.sourceforge.worldsaver.util.MiscUtils
CONSOLE_WIDTH, NEWLINE, RANDOM
 
Constructor Summary
Item(java.util.HashMap map)
          Standard constructor.
Item(RpBase father, java.lang.String name)
          Standard constructor.
 
Methods inherited from class net.sourceforge.worldsaver.rp.RpBase
addChild, addDescription, copy, getChilds, getDescription, getFather, getID, getName, getReferencesRight, getSaveableString, setDescription, setFather, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Item

public Item(RpBase father,
            java.lang.String name)
Standard constructor.
See Also:
RpBase.RpBase(net.sourceforge.worldsaver.rp.RpBase, java.lang.String)

Item

public Item(java.util.HashMap map)
Standard constructor.
See Also:
RpBase.RpBase(net.sourceforge.worldsaver.rp.RpBase, java.lang.String)