|
||||||||||
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.NavPointLocal
public abstract class NavPointLocal
Abstract definition of the local part of the GameBots2004 message NAV.
Complete message documentation: Synchronous message. NavPoint carries information about UT navigation point - location, reachability... Also some item can be respawned at this point. Or some additional information can be stored here (if it is an ambush point, or sniper point..).
Nested Class Summary | |
---|---|
static class |
NavPointLocal.ObjectDisappeared
|
Field Summary | |
---|---|
protected long |
SimTime
|
Constructor Summary | |
---|---|
NavPointLocal()
Parameter-less contructor for the message. |
Method Summary | |
---|---|
abstract NavPointLocal |
clone()
|
cz.cuni.amis.pogamut.multi.communication.translator.event.ILocalWorldObjectUpdatedEvent |
createDisappearEvent()
Creates an update event that has to update visibility to false. |
Class |
getCompositeClass()
|
abstract cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId |
getId()
A unique Id of this navigation point assigned by the game. |
NavPointLocal |
getLocal()
|
cz.cuni.amis.pogamut.multi.communication.worldview.object.ISharedWorldObject |
getShared()
|
long |
getSimTime()
Simulation time in MILLI SECONDS !!! |
cz.cuni.amis.pogamut.multi.communication.worldview.object.IStaticWorldObject |
getStatic()
|
abstract boolean |
isVisible()
If the point 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 |
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 NavPointLocal()
Method Detail |
---|
public long getSimTime()
getSimTime
in interface cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObject
protected void setSimTime(long SimTime)
public abstract NavPointLocal clone()
clone
in interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ILocalWorldObject
clone
in class Object
public Class getCompositeClass()
getCompositeClass
in interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ILocalWorldObject
public abstract cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getId()
getId
in interface cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObject
public abstract boolean isVisible()
isVisible
in interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ILocalViewable
public NavPointLocal getLocal()
public cz.cuni.amis.pogamut.multi.communication.worldview.object.ISharedWorldObject getShared()
public cz.cuni.amis.pogamut.multi.communication.worldview.object.IStaticWorldObject getStatic()
public cz.cuni.amis.pogamut.multi.communication.translator.event.ILocalWorldObjectUpdatedEvent createDisappearEvent()
ILocalGBViewable
createDisappearEvent
in interface ILocalGBViewable
public String toString()
toString
in class cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
public String toHtmlString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |