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