public abstract class Item extends InfoMessage implements IWorldEvent, IWorldChangeEvent, ICompositeWorldObject, ILocated, IGBViewable, ItemTyped
| Modifier and Type | Class and Description |
|---|---|
static class |
Item.ItemUpdate |
static class |
Item.ObjectDisappeared |
| Modifier and Type | Field and Description |
|---|---|
static String |
PROTOTYPE
Example how the message looks like - used during parser tests.
|
protected long |
SimTime |
| Constructor and Description |
|---|
Item()
Parameter-less contructor for the message.
|
| Modifier and Type | Method and Description |
|---|---|
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()
Simulation time in MILLI SECONDS !!!
|
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 |
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.
|
String |
toHtmlString() |
String |
toJsonLiteral() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLocal, getShared, getStaticpublic static final String PROTOTYPE
protected long SimTime
public long getSimTime()
getSimTime in interface IWorldChangeEventgetSimTime in interface IWorldEventgetSimTime in interface IWorldObjectprotected void setSimTime(long SimTime)
public abstract UnrealId getId()
getId in interface IWorldObjectpublic abstract UnrealId getNavPointId()
public abstract NavPoint getNavPoint()
public abstract boolean isVisible()
public abstract Location getLocation()
getLocation in interface ILocatedpublic abstract int getAmount()
public abstract ItemType getType()
public abstract ItemDescriptor getDescriptor()
public abstract boolean isDropped()
public IWorldObjectUpdatedEvent createDisappearEvent()
IGBViewablecreateDisappearEvent in interface IGBViewablepublic String toString()
toString in class InfoMessagepublic String toHtmlString()
public String toJsonLiteral()
toJsonLiteral in class InfoMessageCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.