|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.base.communication.messages.InfoMessage
cz.cuni.amis.pogamut.usar2004.communication.messages.GBEvent
cz.cuni.amis.pogamut.usar2004.communication.messages.usarinfomessages.KillMessage
public class KillMessage
This bot has died. Corresponding GameBots message is DIE.
| Field Summary | |
|---|---|
protected boolean |
BulletHit
If this damage was caused by bullet. |
protected boolean |
CausedByWorld
If this damage was caused by world - falling into lava, or falling down. |
protected String |
DamageType
A string describing what kind of damage killed the bot. |
protected String |
DeathString
String describing this type of death. |
protected boolean |
DirectDamage
If the damage is direct. |
protected boolean |
Flaming
If this damage is causing our bot to burn. |
protected cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId |
Killer
Unique Id of player that killed our bot if any (may have walked off a ledge). |
static String |
PROTOTYPE
Example how the message looks like - used during parser tests. |
protected boolean |
VehicleHit
If this damage was caused by vehicle running over us. |
protected String |
WeaponName
Name of the weapon that caused this damage. |
| Constructor Summary | |
|---|---|
KillMessage()
Used by Yylex to create empty message then to fill it's protected fields (Yylex is in the same package). |
|
KillMessage(KillMessage original)
Cloning constructor. |
|
KillMessage(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId Killer,
String DamageType,
String DeathString,
String WeaponName,
boolean Flaming,
boolean CausedByWorld,
boolean DirectDamage,
boolean BulletHit,
boolean VehicleHit)
Creates new instance of command KillMessage. |
|
| Method Summary | |
|---|---|
String |
getDamageType()
A string describing what kind of damage killed the bot. |
String |
getDeathString()
String describing this type of death. |
cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId |
getKiller()
Unique Id of player that killed our bot if any (may have walked off a ledge). |
long |
getSimTime()
|
String |
getWeaponName()
Name of the weapon that caused this damage. |
boolean |
isBulletHit()
If this damage was caused by bullet. |
boolean |
isCausedByWorld()
If this damage was caused by world - falling into lava, or falling down. |
boolean |
isDirectDamage()
If the damage is direct. |
boolean |
isFlaming()
If this damage is causing our bot to burn. |
boolean |
isVehicleHit()
If this damage was caused by vehicle running over us. |
String |
toHtmlString()
Gets all properties and values to create a HTML formated string; |
String |
toString()
|
| Methods inherited from class cz.cuni.amis.pogamut.usar2004.communication.messages.GBEvent |
|---|
getWorldEvent |
| Methods inherited from class cz.cuni.amis.pogamut.base.communication.messages.InfoMessage |
|---|
toJsonLiteral |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String PROTOTYPE
protected cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId Killer
protected String DamageType
protected String DeathString
protected String WeaponName
protected boolean Flaming
protected boolean CausedByWorld
protected boolean DirectDamage
protected boolean BulletHit
protected boolean VehicleHit
| Constructor Detail |
|---|
public KillMessage(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId Killer,
String DamageType,
String DeathString,
String WeaponName,
boolean Flaming,
boolean CausedByWorld,
boolean DirectDamage,
boolean BulletHit,
boolean VehicleHit)
Killer - Unique Id of player that killed our bot if any (may have
walked off a ledge).DamageType - A string describing what kind of damage killed the bot.DeathString - String describing this type of death.WeaponName - Name of the weapon that caused this damage.Flaming - If this damage is causing our bot to burn. TODOCausedByWorld - If this damage was caused by world - falling into
lava, or falling down.DirectDamage - If the damage is direct. TODOBulletHit - If this damage was caused by bullet.VehicleHit - If this damage was caused by vehicle running over us.public KillMessage(KillMessage original)
public KillMessage()
| Method Detail |
|---|
public cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getKiller()
public String getDamageType()
public String getDeathString()
public String getWeaponName()
public boolean isFlaming()
public boolean isCausedByWorld()
public boolean isDirectDamage()
public boolean isBulletHit()
public boolean isVehicleHit()
public long getSimTime()
getSimTime in interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEventgetSimTime in interface cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEventgetSimTime in class GBEventpublic String toString()
toString in class cz.cuni.amis.pogamut.base.communication.messages.InfoMessagepublic String toHtmlString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||