cz.cuni.pogamut.MessageObjects
Class AdrenalineGained

java.lang.Object
  extended by cz.cuni.pogamut.MessageObjects.MessageObject
      extended by cz.cuni.pogamut.MessageObjects.AdrenalineGained
All Implemented Interfaces:
Visible, java.io.Serializable, java.lang.Cloneable

public class AdrenalineGained
extends MessageObject

See Also:
Serialized Form

Field Summary
 double amount
          how many adrenaline we have gained
 
Fields inherited from class cz.cuni.pogamut.MessageObjects.MessageObject
ID, type, types, UnrealID, visible
 
Constructor Summary
AdrenalineGained()
           
AdrenalineGained(double amount)
           
 
Method Summary
 java.lang.Object clone()
          clone object - for hard copying
 
Methods inherited from class cz.cuni.pogamut.MessageObjects.MessageObject
diff, equals, getID, getType, getUnrealID, getVisibility, hasID, isVisible, setID, setType, setUnrealID, setVisible, toString, update
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

amount

public double amount
how many adrenaline we have gained

Constructor Detail

AdrenalineGained

public AdrenalineGained()

AdrenalineGained

public AdrenalineGained(double amount)
Method Detail

clone

public java.lang.Object clone()
Description copied from class: MessageObject
clone object - for hard copying

Overrides:
clone in class MessageObject