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(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 © 2018. All rights reserved.