Class BattleStartedEvent.Pre

java.lang.Object
net.minecraftforge.eventbus.api.Event
Enclosing class:
BattleStartedEvent

public static class BattleStartedEvent.Pre extends BattleStartedEvent
Fired before the battle is registered and begins.
This is the event where all pre-battle checks should be performed as cancelling this event will prevent the battle from starting. However, it is note-worthy that this event is fired after the checks for evolutions and other battles are performed.