public class MyInventorySharedImpl extends MyInventoryShared
| Modifier and Type | Class and Description |
|---|---|
static class |
MyInventorySharedImpl.MyInventorySharedUpdate |
| Modifier and Type | Field and Description |
|---|---|
protected UnrealId |
Id
Unique Id of the item.
|
protected HashMap<PropertyId,ISharedProperty> |
propertyMap |
SharedPropertyTokens, SimTime| Constructor and Description |
|---|
MyInventorySharedImpl(MyInventorySharedImpl source) |
MyInventorySharedImpl(WorldObjectId objectId,
Collection<ISharedProperty> properties) |
| Modifier and Type | Method and Description |
|---|---|
MyInventorySharedImpl |
clone() |
UnrealId |
getId()
Unique Id of the item.
|
Map<PropertyId,ISharedProperty> |
getProperties() |
ISharedProperty |
getProperty(PropertyId id) |
void |
setSimTime(long SimTime)
Used by Yylex to slip correct time of the object or programmatically.
|
String |
toHtmlString() |
String |
toString() |
getCompositeClass, getSimTimetoJsonLiteralprotected HashMap<PropertyId,ISharedProperty> propertyMap
protected UnrealId Id
public MyInventorySharedImpl(MyInventorySharedImpl source)
public MyInventorySharedImpl(WorldObjectId objectId, Collection<ISharedProperty> properties)
public void setSimTime(long SimTime)
MyInventorySharedsetSimTime in class MyInventorySharedpublic MyInventorySharedImpl clone()
clone in interface ISharedWorldObjectclone in class MyInventorySharedpublic ISharedProperty getProperty(PropertyId id)
public Map<PropertyId,ISharedProperty> getProperties()
public UnrealId getId()
getId in interface IWorldObjectgetId in class MyInventorySharedpublic String toString()
toString in class MyInventorySharedpublic String toHtmlString()
toHtmlString in class MyInventorySharedCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.