|
|||||||||
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.Item
public abstract class Item
Abstract definition of the GameBots2004 message INV.
Complete message documentation: Synchronous/asynchronous message. An object on the ground that can be picked up.
Nested Class Summary | |
---|---|
static class |
Item.ItemUpdate
|
static class |
Item.ObjectDisappeared
|
Field Summary | |
---|---|
static java.lang.String |
PROTOTYPE
Example how the message looks like - used during parser tests. |
protected long |
SimTime
|
Constructor Summary | |
---|---|
Item()
Parameter-less contructor for the message. |
Method Summary | |
---|---|
IWorldObjectUpdatedEvent |
createDisappearEvent()
Creates an update event that has to update visibility to false. |
abstract int |
getAmount()
If this item is some ammo or health pack, here we can find out how much of the attribute this item will add. |
abstract ItemDescriptor |
getDescriptor()
Descriptor of the item - according the ItemType you may cast this to various XYZDescriptor. |
abstract UnrealId |
getId()
Unique Id of the item. |
abstract Location |
getLocation()
Location of the item. |
abstract NavPoint |
getNavPoint()
If the Item is not dropped then it's item that is laying at some navpoint and this is that NavPoint instance. |
abstract UnrealId |
getNavPointId()
Id of the navpoint where the item is laying. |
long |
getSimTime()
Returns the simulation time when the event has occurred. |
abstract ItemType |
getType()
Class of the item (e.g. |
abstract boolean |
isDropped()
Whether it is regular item or one dropped by some bot (usually during dying). |
abstract boolean |
isReachable()
True if agent can reach the item. |
abstract boolean |
isVisible()
If the item 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 Item()
Method Detail |
---|
public long getSimTime()
IWorldEvent
getSimTime
in interface IWorldChangeEvent
getSimTime
in interface IWorldEvent
getSimTime
in interface IWorldObject
protected void setSimTime(long SimTime)
public abstract UnrealId getId()
getId
in interface IWorldObject
public abstract UnrealId getNavPointId()
public abstract NavPoint getNavPoint()
public abstract boolean isVisible()
isVisible
in interface IViewable
public abstract Location getLocation()
getLocation
in interface ILocated
public abstract boolean isReachable()
public abstract int getAmount()
public abstract ItemType getType()
getType
in interface ItemTyped
public abstract ItemDescriptor getDescriptor()
public abstract boolean isDropped()
public IWorldObjectUpdatedEvent createDisappearEvent()
IGBViewable
createDisappearEvent
in interface IGBViewable
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 |