|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.base.communication.messages.InfoMessage
cz.cuni.amis.pogamut.udk.communication.messages.GBEvent
cz.cuni.amis.pogamut.udk.communication.messages.gbinfomessages.LostInventory
public class LostInventory
Asynchronous message. We have lost some inventory from our inventory chain (throw away weapon, etc.). Corresponding GameBots message is LIN.
| Field Summary | |
|---|---|
protected String |
Id
Id of the inventory lost. |
static String |
PROTOTYPE
Example how the message looks like - used during parser tests. |
| Constructor Summary | |
|---|---|
LostInventory()
Used by Yylex to create empty message then to fill it's protected fields (Yylex is in the same package). |
|
LostInventory(LostInventory original)
Cloning constructor. |
|
LostInventory(String Id)
Creates new instance of command LostInventory. |
|
| Method Summary | |
|---|---|
String |
getId()
Id of the inventory lost. |
long |
getSimTime()
|
String |
toHtmlString()
|
String |
toString()
|
| Methods inherited from class cz.cuni.amis.pogamut.udk.communication.messages.GBEvent |
|---|
getWorldEvent |
| Methods inherited from class cz.cuni.amis.pogamut.base.communication.messages.InfoMessage |
|---|
toJsonLiteral |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String PROTOTYPE
protected String Id
| Constructor Detail |
|---|
public LostInventory(String Id)
Id - Id of the inventory lost.public LostInventory(LostInventory original)
public LostInventory()
| Method Detail |
|---|
public String getId()
public long getSimTime()
getSimTime in interface IWorldChangeEventgetSimTime in interface IWorldEventgetSimTime in class GBEventpublic String toString()
toString in class InfoMessagepublic String toHtmlString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||