public abstract class BattleMessageBase
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| MessageType | messageTypeThe type of animation. | 
| java.util.UUID | pokemonUUIDThe Pokémon being affected by the message. | 
| boolean | viewedWhether the animation has been viewed. | 
| Constructor and Description | 
|---|
| BattleMessageBase() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | process()Runs the animation. | 
public MessageType messageType
public boolean viewed
public java.util.UUID pokemonUUID