|
|||||||||
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.VehicleShared
public abstract class VehicleShared
Abstract definition of the shared part of the GameBots2004 message VEH.
Complete message documentation: Synchronous message. Holds vehicles we see. Id for vehicles doesn't work, so this message is without Id. We can join vehicles by ENTER command if we are close enough - ussually 100 ut units or less. Note: Vehicle support is in aplha testing right now.
Field Summary | |
---|---|
static Token |
ArmorPropertyToken
|
static Token |
DriverPropertyToken
|
static Token |
HealthPropertyToken
|
static Token |
LocationPropertyToken
|
static Token |
RotationPropertyToken
|
static java.util.Set<Token> |
SharedPropertyTokens
|
protected long |
SimTime
|
static Token |
TeamLockedPropertyToken
|
static Token |
TeamPropertyToken
|
static Token |
VelocityPropertyToken
|
Constructor Summary | |
---|---|
VehicleShared()
Parameter-less contructor for the message. |
Method Summary | |
---|---|
abstract VehicleShared |
clone()
|
abstract java.lang.Integer |
getArmor()
How much the vehicle has left. |
java.lang.Class |
getCompositeClass()
|
abstract UnrealId |
getDriver()
Unique Id of the driver - if any. |
abstract java.lang.Integer |
getHealth()
How much health the vehicle has left. |
abstract UnrealId |
getId()
Unique Id of the vehicle or vehicle part. |
abstract Location |
getLocation()
An absolute location of the vehicle within the map. |
abstract Rotation |
getRotation()
Which direction the vehicle is facing in absolute terms. |
long |
getSimTime()
Returns world time when the object was seen/updated for the last time. |
abstract java.lang.Integer |
getTeam()
What team the vehicle is on. |
abstract Velocity |
getVelocity()
Absolute velocity of the vehicle as a vector of movement per one game second. |
abstract boolean |
isTeamLocked()
If the vehicle is locked just for its current team. |
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 |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ISharedWorldObject |
---|
getProperties, getProperty |
Field Detail |
---|
protected long SimTime
public static final Token RotationPropertyToken
public static final Token LocationPropertyToken
public static final Token VelocityPropertyToken
public static final Token TeamPropertyToken
public static final Token HealthPropertyToken
public static final Token ArmorPropertyToken
public static final Token DriverPropertyToken
public static final Token TeamLockedPropertyToken
public static final java.util.Set<Token> SharedPropertyTokens
Constructor Detail |
---|
public VehicleShared()
Method Detail |
---|
public long getSimTime()
ISharedWorldObject
The time suppose to be growing as the simulation carries on.
Always should be actual_timestamp >= any_prevously_recorded_timestamp,
object1.getLastSeenTime() > object2.getLastSeenTime() means that object1 last seen after object2
getSimTime
in interface IWorldObject
getSimTime
in interface ISharedWorldObject
protected void setSimTime(long SimTime)
public abstract VehicleShared clone()
clone
in interface ISharedWorldObject
clone
in class java.lang.Object
public java.lang.Class getCompositeClass()
getCompositeClass
in interface ISharedWorldObject
public abstract UnrealId getId()
getId
in interface IWorldObject
public abstract Rotation getRotation()
getRotation
in interface IRotable
public abstract Location getLocation()
getLocation
in interface ILocated
public abstract Velocity getVelocity()
getVelocity
in interface ILocomotive
public abstract java.lang.Integer getTeam()
public abstract java.lang.Integer getHealth()
public abstract java.lang.Integer getArmor()
public abstract UnrealId getDriver()
public abstract boolean isTeamLocked()
public java.lang.String toString()
toString
in class InfoMessage
public java.lang.String toHtmlString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |