|
||||||||||
| 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
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocalImpl
public class NavPointLocalImpl
Implementation 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 |
NavPointLocalImpl.NavPointLocalUpdate
|
| Nested classes/interfaces inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocal |
|---|
NavPointLocal.ObjectDisappeared |
| Field Summary | |
|---|---|
protected cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId |
Id
A unique Id of this navigation point assigned by the game. |
protected boolean |
Visible
If the point is in the field of view of the bot. |
| Fields inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocal |
|---|
SimTime |
| Constructor Summary | |
|---|---|
NavPointLocalImpl()
Parameter-less contructor for the message. |
|
NavPointLocalImpl(NavPoint original)
Cloning constructor from the full message. |
|
NavPointLocalImpl(NavPointLocal original)
Cloning constructor from the message part. |
|
NavPointLocalImpl(NavPointLocalImpl original)
Cloning constructor from the full message. |
|
NavPointLocalImpl(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId Id,
boolean Visible)
Creates new instance of the message NavPoint. |
|
| Method Summary | |
|---|---|
NavPointLocalImpl |
clone()
|
cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId |
getId()
A unique Id of this navigation point assigned by the game. |
NavPointLocalImpl |
getLocal()
|
cz.cuni.amis.pogamut.multi.communication.worldview.object.ISharedWorldObject |
getShared()
|
cz.cuni.amis.pogamut.multi.communication.worldview.object.IStaticWorldObject |
getStatic()
|
boolean |
isVisible()
If the point is in the field of view of the bot. |
void |
setSimTime(long SimTime)
Used by Yylex to slip correct time of the object or programmatically. |
String |
toHtmlString()
|
String |
toString()
|
| Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPointLocal |
|---|
createDisappearEvent, getCompositeClass, getSimTime |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId Id
protected boolean Visible
| Constructor Detail |
|---|
public NavPointLocalImpl()
public NavPointLocalImpl(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId Id,
boolean Visible)
Id - A unique Id of this navigation point assigned by the game.Visible - If the point is in the field of view of the bot.public NavPointLocalImpl(NavPoint original)
original - public NavPointLocalImpl(NavPointLocalImpl original)
original - public NavPointLocalImpl(NavPointLocal original)
original - | Method Detail |
|---|
public void setSimTime(long SimTime)
NavPointLocal
setSimTime in class NavPointLocalpublic NavPointLocalImpl clone()
clone in interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ILocalWorldObjectclone in class NavPointLocalpublic cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getId()
getId in interface cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObjectgetId in class NavPointLocalpublic boolean isVisible()
isVisible in interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ILocalViewableisVisible in class NavPointLocalpublic NavPointLocalImpl getLocal()
getLocal in class NavPointLocalpublic cz.cuni.amis.pogamut.multi.communication.worldview.object.ISharedWorldObject getShared()
getShared in class NavPointLocalpublic cz.cuni.amis.pogamut.multi.communication.worldview.object.IStaticWorldObject getStatic()
getStatic in class NavPointLocalpublic String toString()
toString in class NavPointLocalpublic String toHtmlString()
toHtmlString in class NavPointLocal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||