cz.cuni.pogamut.MessageObjects
Class AddSpecial
java.lang.Object
cz.cuni.pogamut.MessageObjects.MessageObject
cz.cuni.pogamut.MessageObjects.AddItem
cz.cuni.pogamut.MessageObjects.AddSpecial
- All Implemented Interfaces:
- Visible, java.io.Serializable, java.lang.Cloneable
public class AddSpecial
- extends AddItem
- implements java.lang.Cloneable, java.io.Serializable
AddSpecial covers things like Adrenaline, it has no other extra variables
- See Also:
- Serialized Form
Method Summary |
java.lang.Object |
clone()
clone object - for hard copying |
java.lang.String |
toString()
|
Methods inherited from class cz.cuni.pogamut.MessageObjects.MessageObject |
diff, equals, getID, getType, getUnrealID, getVisibility, hasID, isVisible, setID, setType, setUnrealID, setVisible, update |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
typeOfSpecial
public ItemType typeOfSpecial
AddSpecial
public AddSpecial()
AddSpecial
public AddSpecial(int id,
java.lang.String UnrealID,
int itemID,
ItemType i,
java.lang.String cls)
clone
public java.lang.Object clone()
- Description copied from class:
MessageObject
- clone object - for hard copying
- Overrides:
clone
in class AddItem
toString
public java.lang.String toString()
- Overrides:
toString
in class AddItem