|
||||||||||
| 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.ut2004.communication.messages.gbinfomessages.Player
public abstract class Player
Abstract definition of the GameBots2004 message PLR.
Complete message documentation: Synchronous message. Contains information about other players in the game, like their current velocity, position, weapon and reachability. Only reports those players that are visible. (within field of view and not occluded).
| Nested Class Summary | |
|---|---|
static class |
Player.ObjectDisappeared
|
static class |
Player.PlayerUpdate
|
| Field Summary | |
|---|---|
static String |
PROTOTYPE
Example how the message looks like - used during parser tests. |
protected long |
SimTime
|
| Constructor Summary | |
|---|---|
Player()
Parameter-less contructor for the message. |
|
| Method Summary | |
|---|---|
IWorldObjectUpdatedEvent |
createDisappearEvent()
Creates an update event that has to update visibility to false. |
abstract String |
getAction()
Atomic action this bot is doing (BDI). |
abstract String |
getAnim()
For UE2. |
abstract String |
getBubble()
For UE2. |
abstract String |
getEmotCenter()
For UE2. |
abstract String |
getEmotLeft()
For UE2. |
abstract String |
getEmotRight()
For UE2. |
abstract int |
getFiring()
0 means is not firing, 1 - firing in primary mode, 2 - firing in secondary mode (alt firing). |
abstract UnrealId |
getId()
Unique Id of the player. |
abstract String |
getJmx()
Exported just for control server. |
abstract Location |
getLocation()
An absolute location of the player within the map. |
abstract String |
getName()
Human readable name of the player. |
abstract Rotation |
getRotation()
Which direction the player is facing in absolute terms. |
long |
getSimTime()
Simulation time in MILLI SECONDS !!! |
abstract int |
getTeam()
What team the player is on. 255 is no team. 0-3 are red, blue, green, gold in that order. |
abstract Velocity |
getVelocity()
Absolute velocity of the player as a vector of movement per one game second. |
abstract String |
getWeapon()
Class of the weapon the player is holding. |
abstract boolean |
isCrouched()
True if the bot is crouched. |
abstract boolean |
isVisible()
If the player is in the field of view of the bot. |
protected void |
setSimTime(long SimTime)
Used by Yylex to slip correct time of the object or programmatically. |
String |
toHtmlString()
|
String |
toJsonLiteral()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ICompositeWorldObject |
|---|
getLocal, getShared, getStatic |
| Field Detail |
|---|
public static final String PROTOTYPE
protected long SimTime
| Constructor Detail |
|---|
public Player()
| Method Detail |
|---|
public long getSimTime()
getSimTime in interface IWorldChangeEventgetSimTime in interface IWorldEventgetSimTime in interface IWorldObjectgetSimTime in interface IPlayerprotected void setSimTime(long SimTime)
public abstract UnrealId getId()
getId in interface IWorldObjectgetId in interface IPlayerpublic abstract String getJmx()
public abstract String getName()
getName in interface IPlayergetName in interface IPersonpublic abstract String getAction()
getAction in interface IPlayerpublic abstract boolean isVisible()
isVisible in interface IViewableisVisible in interface IPlayerpublic abstract Rotation getRotation()
getRotation in interface IRotablegetRotation in interface IPlayerpublic abstract Location getLocation()
getLocation in interface ILocatedgetLocation in interface IPlayerpublic abstract Velocity getVelocity()
getVelocity in interface ILocomotivegetVelocity in interface IPlayerpublic abstract int getTeam()
getTeam in interface IPlayerpublic abstract String getWeapon()
getWeapon in interface IPlayerpublic abstract boolean isCrouched()
public abstract int getFiring()
getFiring in interface IPlayerpublic abstract String getEmotLeft()
public abstract String getEmotCenter()
public abstract String getEmotRight()
public abstract String getBubble()
public abstract String getAnim()
public IWorldObjectUpdatedEvent createDisappearEvent()
IGBViewable
createDisappearEvent in interface IGBViewablepublic String toString()
toString in class InfoMessagepublic String toHtmlString()
toHtmlString in interface IPlayerpublic String toJsonLiteral()
toJsonLiteral in class InfoMessage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||