cz.cuni.pogamut.MessageObjects
Class ConfigChange

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

public class ConfigChange
extends MessageObject

See Also:
Serialized Form

Field Summary
 boolean autoTrace
           
 boolean drawTraceLines
           
 boolean invulnerable
           
 boolean manualSpawn
           
 java.lang.String name
           
 boolean showDebug
           
 boolean showFocalPoint
           
 boolean synchronousOff
           
 double visionTime
           
 
Fields inherited from class cz.cuni.pogamut.MessageObjects.MessageObject
ID, type, types, UnrealID, visible
 
Constructor Summary
ConfigChange()
           
ConfigChange(boolean manualSpawn, boolean autoTrace, boolean invulnerable, java.lang.String name, double visionTime, boolean showDebug, boolean showFocalPoint, boolean drawTraceLines, boolean synchronousOff)
           
ConfigChange(ConfigChange conf)
           
 
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

manualSpawn

public boolean manualSpawn

autoTrace

public boolean autoTrace

invulnerable

public boolean invulnerable

name

public java.lang.String name

visionTime

public double visionTime

showDebug

public boolean showDebug

showFocalPoint

public boolean showFocalPoint

drawTraceLines

public boolean drawTraceLines

synchronousOff

public boolean synchronousOff
Constructor Detail

ConfigChange

public ConfigChange()

ConfigChange

public ConfigChange(boolean manualSpawn,
                    boolean autoTrace,
                    boolean invulnerable,
                    java.lang.String name,
                    double visionTime,
                    boolean showDebug,
                    boolean showFocalPoint,
                    boolean drawTraceLines,
                    boolean synchronousOff)

ConfigChange

public ConfigChange(ConfigChange conf)
Method Detail

clone

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

Overrides:
clone in class MessageObject