public class BattleStartedEvent
extends net.minecraftforge.fml.common.eventhandler.Event
Modifier and Type | Field and Description |
---|---|
BattleControllerBase |
bc
The
BattleControllerBase for the battle starting |
BattleParticipant[] |
participant1
The array of battle participants representing the first team
|
BattleParticipant[] |
participant2
The array of battle participants representing the second team
|
Constructor and Description |
---|
BattleStartedEvent(BattleControllerBase bc,
BattleParticipant[] team1,
BattleParticipant[] team2) |
public final BattleControllerBase bc
BattleControllerBase
for the battle startingpublic final BattleParticipant[] participant1
public final BattleParticipant[] participant2
public BattleStartedEvent(BattleControllerBase bc, BattleParticipant[] team1, BattleParticipant[] team2)