public class ItemMessage.ItemStaticMessage extends ItemStatic
SimTime| Constructor and Description |
|---|
ItemMessage.ItemStaticMessage() |
| Modifier and Type | Method and Description |
|---|---|
ItemMessage.ItemStaticMessage |
clone() |
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.
|
ItemDescriptor |
getDescriptor()
Descriptor of the item - according the ItemType you may cast this to various XYZDescriptor.
|
UnrealId |
getId()
Unique Id of the item.
|
NavPoint |
getNavPoint()
If the Item is not dropped then it's item that is laying at some navpoint and
this is that NavPoint instance.
|
UnrealId |
getNavPointId()
Id of the navpoint where the item is laying.
|
ItemType |
getType()
Class of the item (e.g.
|
boolean |
isDifferentFrom(IStaticWorldObject other) |
String |
toHtmlString() |
String |
toString() |
getCompositeClass, getSimTime, setSimTimetoJsonLiteralpublic ItemMessage.ItemStaticMessage clone()
clone in class ItemStaticpublic UnrealId getId()
getId in interface IWorldObjectgetId in class ItemStaticpublic UnrealId getNavPointId()
getNavPointId in class ItemStaticpublic NavPoint getNavPoint()
getNavPoint in class ItemStaticpublic int getAmount()
getAmount in class ItemStaticpublic ItemType getType()
getType in class ItemStaticpublic ItemDescriptor getDescriptor()
getDescriptor in class ItemStaticpublic boolean isDifferentFrom(IStaticWorldObject other)
isDifferentFrom in interface IStaticWorldObjectisDifferentFrom in class ItemStaticpublic String toString()
toString in class ItemStaticpublic String toHtmlString()
toHtmlString in class ItemStaticCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.