| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric |
| Modifier and Type | Method and Description |
|---|---|
Emoticon |
Emoticons.getCurrentEmoticon()
Returns current bot emoticon.
|
Emoticon |
NewEmoticonEvent.getEmoticon()
Actual new emoticon.
|
Emoticon |
EmoticonInfo.getEmoticon() |
Emoticon |
Emoticons.getPlayerEmoticon(Player player)
Gets the current emoticon of input player from input Player object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Emoticons.setEmoticon(Emoticon emoticon)
Sets emoticon for the bot for input duration (seconds).
|
void |
Emoticons.setEmoticon(Emoticon emoticon,
double duration)
Sets emoticon for the bot for input duration (seconds).
|
| Constructor and Description |
|---|
EmoticonInfo(Emoticon emoticon,
long emoticonSetTime) |
NewEmoticonEvent(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId playerId,
Emoticon emoticon,
long simTime)
Default constructor.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.