|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cz.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. |
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 IWorldChangeEvent
getSimTime
in interface IWorldEvent
getSimTime
in interface IWorldObject
getSimTime
in interface IPlayer
protected void setSimTime(long SimTime)
public abstract UnrealId getId()
getId
in interface IWorldObject
getId
in interface IPlayer
public abstract String getJmx()
public abstract String getName()
getName
in interface IPlayer
getName
in interface IPerson
public abstract String getAction()
getAction
in interface IPlayer
public abstract boolean isVisible()
isVisible
in interface IViewable
isVisible
in interface IPlayer
public abstract Rotation getRotation()
getRotation
in interface IRotable
getRotation
in interface IPlayer
public abstract Location getLocation()
getLocation
in interface ILocated
getLocation
in interface IPlayer
public abstract Velocity getVelocity()
getVelocity
in interface ILocomotive
getVelocity
in interface IPlayer
public abstract int getTeam()
getTeam
in interface IPlayer
public abstract String getWeapon()
getWeapon
in interface IPlayer
public abstract boolean isCrouched()
public abstract int getFiring()
getFiring
in interface IPlayer
public 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 IGBViewable
public String toString()
toString
in class InfoMessage
public String toHtmlString()
toHtmlString
in interface IPlayer
public String toJsonLiteral()
toJsonLiteral
in class InfoMessage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |