public abstract class BattleMessageBase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
MessageType |
messageType
The type of animation.
|
java.util.UUID |
pokemonUUID
The Pokémon being affected by the message.
|
boolean |
viewed
Whether 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