cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Class MyInventoryMessage.MyInventorySharedMessage
java.lang.Object
cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryShared
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.MyInventoryMessage.MyInventorySharedMessage
- All Implemented Interfaces:
- IWorldObject, ISharedWorldObject, Cloneable
- Enclosing class:
- MyInventoryMessage
public class MyInventoryMessage.MyInventorySharedMessage
- extends MyInventoryShared
Implementation of the shared part of the GameBots2004 message MYINV, used
to facade MYINVMessage.
Complete message documentation:
An object in the observed player's inventory.
propertyMap
protected HashMap<PropertyId,ISharedProperty> propertyMap
MyInventoryMessage.MyInventorySharedMessage
public MyInventoryMessage.MyInventorySharedMessage()
clone
public MyInventoryMessage.MyInventorySharedMessage clone()
- Specified by:
clone in interface ISharedWorldObject- Specified by:
clone in class MyInventoryShared
getProperty
public ISharedProperty getProperty(PropertyId id)
getProperties
public Map<PropertyId,ISharedProperty> getProperties()
getId
public UnrealId getId()
- Unique Id of the item. This Id represents the item in the inventory.
- Specified by:
getId in interface IWorldObject- Specified by:
getId in class MyInventoryShared
toString
public String toString()
- Overrides:
toString in class MyInventoryShared
toHtmlString
public String toHtmlString()
- Overrides:
toHtmlString in class MyInventoryShared
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.