public class Emotion
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Emotion.EmotionType |
| Constructor and Description |
|---|
Emotion(Emotion.EmotionType type,
ResourceName texture) |
| Modifier and Type | Method and Description |
|---|---|
ResourceName |
getTexture() |
Emotion.EmotionType |
getType() |
public Emotion(Emotion.EmotionType type, ResourceName texture)
public Emotion.EmotionType getType()
public ResourceName getTexture()