public class BattleMessageEvent extends BattleEvent
onBattleMessage()
when an informal message is sent from the game in the during the battle.IBattleListener
,
BattleErrorEvent
Constructor | Description |
---|---|
BattleMessageEvent(java.lang.String message) |
Called by the game to create a new BattleMessageEvent.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getMessage() |
Returns the informal message.
|
Copyright © 2018. All rights reserved.