cz.cuni.pogamut.MessageObjects
Class Bumped

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

public class Bumped
extends MessageObject
implements java.io.Serializable

Bot bumped into another actor

See Also:
Serialized Form

Field Summary
 int actorID
          actorId - unique id of actor (actors include other players and other physical objects that can block your path.)
 Triple location
          Location - location of thing you rammed
 
Fields inherited from class cz.cuni.pogamut.MessageObjects.MessageObject
ID, type, types, UnrealID, visible
 
Constructor Summary
Bumped()
           
 
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

actorID

public int actorID
actorId - unique id of actor (actors include other players and other physical objects that can block your path.)


location

public Triple location
Location - location of thing you rammed

Constructor Detail

Bumped

public Bumped()
Method Detail

toString

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