|
|||||||||
| 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 java.lang.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 java.lang.String |
getAction()
Atomic action this bot is doing (BDI). |
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 java.lang.String |
getJmx()
Exported just for control server. |
abstract Location |
getLocation()
An absolute location of the player within the map. |
abstract java.lang.String |
getName()
Human readable name of the player. |
abstract Rotation |
getRotation()
Which direction the player is facing in absolute terms. |
long |
getSimTime()
Returns the simulation time when the event has occurred. |
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 java.lang.String |
getWeapon()
Class of the weapon the player is holding. |
abstract boolean |
isReachable()
True if the bot can run to this other player directly, false otherwise. |
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. |
java.lang.String |
toHtmlString()
|
java.lang.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 java.lang.String PROTOTYPE
protected long SimTime
| Constructor Detail |
|---|
public Player()
| Method Detail |
|---|
public long getSimTime()
IWorldEvent
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 java.lang.String getJmx()
public abstract java.lang.String getName()
getName in interface IPlayergetName in interface IPersonpublic abstract java.lang.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 java.lang.String getWeapon()
getWeapon in interface IPlayerpublic abstract boolean isReachable()
isReachable in interface IPlayerpublic abstract int getFiring()
getFiring in interface IPlayerpublic IWorldObjectUpdatedEvent createDisappearEvent()
IGBViewable
createDisappearEvent in interface IGBViewablepublic java.lang.String toString()
toString in class InfoMessagepublic java.lang.String toHtmlString()
toHtmlString in interface IPlayer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||