public class GiveInventory extends CommandMessage
| Modifier and Type | Field and Description |
|---|---|
protected String |
ItemId
Id of the item in the inventory chain of the giver.
|
protected UnrealId |
Target
Id of the receiving bot.
|
| Constructor and Description |
|---|
GiveInventory()
Creates new instance of command GiveInventory.
|
GiveInventory(GiveInventory original)
Cloning constructor.
|
GiveInventory(UnrealId Target,
String ItemId)
Creates new instance of command GiveInventory.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getItemId()
Id of the item in the inventory chain of the giver.
|
UnrealId |
getTarget()
Id of the receiving bot.
|
GiveInventory |
setItemId(String ItemId)
Id of the item in the inventory chain of the giver.
|
GiveInventory |
setTarget(UnrealId Target)
Id of the receiving bot.
|
String |
toHtmlString() |
String |
toMessage() |
String |
toString() |
protected UnrealId Target
protected String ItemId
public GiveInventory(UnrealId Target, String ItemId)
Target - Id of the receiving bot.ItemId - Id of the item in the inventory chain of the giver.public GiveInventory()
public GiveInventory(GiveInventory original)
public UnrealId getTarget()
public GiveInventory setTarget(UnrealId Target)
public String getItemId()
public GiveInventory setItemId(String ItemId)
public String toString()
toString in class CommandMessagepublic String toHtmlString()
public String toMessage()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.