|
|||||||||
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.ConfigChangeLocal
public abstract class ConfigChangeLocal
Abstract definition of the local part of the GameBots2004 message CONFCH.
Complete message documentation: Asynchronous message. Message sent when the bot configuration changed - each agent has a lot of parameters affecting his state in the environment. See each property for the details.
Field Summary | |
---|---|
protected long |
SimTime
|
Constructor Summary | |
---|---|
ConfigChangeLocal()
Parameter-less contructor for the message. |
Method Summary | |
---|---|
abstract ConfigChangeLocal |
clone()
|
abstract java.lang.String |
getAction()
Name of current BDI action. |
abstract UnrealId |
getBotId()
Unique Id of the bot. |
java.lang.Class |
getCompositeClass()
|
abstract UnrealId |
getId()
Id of this config message. |
ConfigChangeLocal |
getLocal()
|
abstract java.lang.String |
getName()
The bot's name. |
abstract Rotation |
getRotationRate()
Bot rotation rate. |
ISharedWorldObject |
getShared()
|
long |
getSimTime()
Returns world time when the object was seen/updated for the last time. |
abstract double |
getSpeedMultiplier()
Bots default speed will be multiplied by this number. |
IStaticWorldObject |
getStatic()
|
abstract double |
getVisionTime()
The delay between two synchronous batches (can range from 0.1 to 2 seconds). |
abstract boolean |
isAutoPickupOff()
It enables/disables automatic pickup of the bot. |
abstract boolean |
isAutoTrace()
True if the bot is using auto ray tracing (is provided with synchronous ATR messages). |
abstract boolean |
isDrawTraceLines()
if the GB should draw lines representing the auto ray traces of the bot (for more information see ATR message). |
abstract boolean |
isInvulnerable()
If bot is invulnerable (cannot die) or not. |
abstract boolean |
isManualSpawn()
True if we have to spawn the bot manually after each death |
abstract boolean |
isShowDebug()
If some additional debug information will be shown in the UT2004 server console window. |
abstract boolean |
isShowFocalPoint()
If true an actor visualizing the location the bot is actually looking at will appear in the game. |
abstract boolean |
isSynchronousOff()
It informs if sending of all GB synchronous messages is enabled or disabled. |
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 |
Field Detail |
---|
protected long SimTime
Constructor Detail |
---|
public ConfigChangeLocal()
Method Detail |
---|
public long getSimTime()
IWorldObject
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
protected void setSimTime(long SimTime)
public abstract ConfigChangeLocal clone()
clone
in interface ILocalWorldObject
clone
in class java.lang.Object
public java.lang.Class getCompositeClass()
getCompositeClass
in interface ILocalWorldObject
public abstract UnrealId getId()
getId
in interface IWorldObject
public abstract UnrealId getBotId()
public abstract boolean isManualSpawn()
public abstract boolean isAutoTrace()
public abstract java.lang.String getName()
public abstract double getSpeedMultiplier()
public abstract Rotation getRotationRate()
public abstract boolean isInvulnerable()
public abstract double getVisionTime()
public abstract boolean isShowDebug()
public abstract boolean isShowFocalPoint()
public abstract boolean isDrawTraceLines()
public abstract boolean isSynchronousOff()
public abstract boolean isAutoPickupOff()
public abstract java.lang.String getAction()
public ConfigChangeLocal getLocal()
public ISharedWorldObject getShared()
public IStaticWorldObject getStatic()
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 |