public class ForceEndBattleEvent extends BattleEvent
Modifier and Type | Field and Description |
---|---|
protected BattleForceEndCause |
cause |
battleController
Constructor and Description |
---|
ForceEndBattleEvent(BattleController bc,
BattleForceEndCause cause) |
Modifier and Type | Method and Description |
---|---|
java.util.List<net.minecraft.entity.player.ServerPlayerEntity> |
getPlayers()
Gets a potentially empty list of players that were in the battle.
|
getBattleController
protected final BattleForceEndCause cause
public ForceEndBattleEvent(BattleController bc, BattleForceEndCause cause)