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