cz.cuni.pogamut.MessageObjects
Class PlayerKilled

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

public class PlayerKilled
extends MessageObject
implements java.io.Serializable

Some other player died - report from his death

See Also:
Serialized Form

Field Summary
 java.lang.String damageType
          DamageType - a string describing what kind of damage killed them
 int killerID
          Killer - unique ID of player that killed them if any (may have walked off a ledge)
 int playerID
          Id - unique ID of player
 
Fields inherited from class cz.cuni.pogamut.MessageObjects.MessageObject
ID, type, types, UnrealID, visible
 
Constructor Summary
PlayerKilled()
           
 
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
Id - unique ID of player


killerID

public int killerID
Killer - unique ID of player that killed them if any (may have walked off a ledge)


damageType

public java.lang.String damageType
DamageType - a string describing what kind of damage killed them

Constructor Detail

PlayerKilled

public PlayerKilled()
Method Detail

toString

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