cz.cuni.pogamut.MessageObjects
Class ZoneChangedFoot

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

public class ZoneChangedFoot
extends MessageObject
implements java.io.Serializable

Foot changed zones. Feet of bot changed from one artificial area in the game to another (can tell you when entered water or lava or some such)

See Also:
Serialized Form

Field Summary
 boolean pain
           
 int zoneID
          Id - unique id of zone entered
 
Fields inherited from class cz.cuni.pogamut.MessageObjects.MessageObject
ID, type, types, UnrealID, visible
 
Constructor Summary
ZoneChangedFoot()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class cz.cuni.pogamut.MessageObjects.MessageObject
clone, 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
 

Field Detail

zoneID

public int zoneID
Id - unique id of zone entered


pain

public boolean pain
Constructor Detail

ZoneChangedFoot

public ZoneChangedFoot()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class MessageObject