public class BattleEvent
extends net.minecraftforge.eventbus.api.Event
Modifier and Type | Field and Description |
---|---|
protected BattleController |
battleController |
Modifier | Constructor and Description |
---|---|
protected |
BattleEvent(BattleController battleController) |
Modifier and Type | Method and Description |
---|---|
BattleController |
getBattleController()
Gets the battle controller for the battle this event took place in
|
protected final BattleController battleController
protected BattleEvent(BattleController battleController)
public BattleController getBattleController()