public abstract class ItemStatic extends InfoMessage implements IStaticWorldObject
| Modifier and Type | Field and Description |
|---|---|
protected long |
SimTime |
| Constructor and Description |
|---|
ItemStatic()
Parameter-less contructor for the message.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ItemStatic |
clone() |
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.
|
Class |
getCompositeClass() |
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 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.
|
boolean |
isDifferentFrom(IStaticWorldObject other) |
protected void |
setSimTime(long SimTime)
Used by Yylex to slip correct time of the object or programmatically.
|
String |
toHtmlString() |
String |
toString() |
toJsonLiteralpublic long getSimTime()
getSimTime in interface IWorldObjectprotected void setSimTime(long SimTime)
public abstract ItemStatic clone()
public Class getCompositeClass()
getCompositeClass in interface IStaticWorldObjectpublic abstract UnrealId getId()
getId in interface IWorldObjectpublic abstract UnrealId getNavPointId()
public abstract NavPoint getNavPoint()
public abstract int getAmount()
public abstract ItemType getType()
public abstract ItemDescriptor getDescriptor()
public boolean isDifferentFrom(IStaticWorldObject other)
isDifferentFrom in interface IStaticWorldObjectpublic String toString()
toString in class InfoMessagepublic String toHtmlString()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.