cz.cuni.pogamut.MessageObjects
Class HearPickup

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

public class HearPickup
extends MessageObject
implements java.io.Serializable

Hear pickup. You head someone pick up an object from the ground

See Also:
Serialized Form

Field Summary
 java.lang.String name
          Name of the pickuped actor
 int playerID
          playerID - unique ID of player how picked up the object
 Triple rotation
          How should bot rotate if it would like to be in the direction of the pickuped actor
 java.lang.String sourceClass
          Class of the pickuped actor
 
Fields inherited from class cz.cuni.pogamut.MessageObjects.MessageObject
ID, type, types, UnrealID, visible
 
Constructor Summary
HearPickup()
           
 
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

playerID

public int playerID
playerID - unique ID of player how picked up the object


name

public java.lang.String name
Name of the pickuped actor


sourceClass

public java.lang.String sourceClass
Class of the pickuped actor


rotation

public Triple rotation
How should bot rotate if it would like to be in the direction of the pickuped actor

Constructor Detail

HearPickup

public HearPickup()
Method Detail

toString

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