cz.cuni.pogamut.MessageObjects
Class ConfigChange
java.lang.Object
cz.cuni.pogamut.MessageObjects.MessageObject
cz.cuni.pogamut.MessageObjects.ConfigChange
- All Implemented Interfaces:
- Visible, java.io.Serializable, java.lang.Cloneable
public class ConfigChange
- extends MessageObject
- See Also:
- Serialized Form
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 |
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
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)
clone
public java.lang.Object clone()
- Description copied from class:
MessageObject
- clone object - for hard copying
- Overrides:
clone
in class MessageObject