|
|||||||||
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 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 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 java.lang.String getJmx()
public abstract java.lang.String getName()
getName
in interface IPlayer
getName
in interface IPerson
public abstract java.lang.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 java.lang.String getWeapon()
getWeapon
in interface IPlayer
public abstract boolean isReachable()
isReachable
in interface IPlayer
public abstract int getFiring()
getFiring
in interface IPlayer
public IWorldObjectUpdatedEvent createDisappearEvent()
IGBViewable
createDisappearEvent
in interface IGBViewable
public java.lang.String toString()
toString
in class InfoMessage
public java.lang.String toHtmlString()
toHtmlString
in interface IPlayer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |