@Deprecated
public class PlayerBattleEndedAbnormalEvent
extends net.minecraftforge.fml.common.eventhandler.Event
DEPRECATED: BattleEndEvent
is recommended instead.
Modifier and Type | Field and Description |
---|---|
BattleControllerBase |
battleController
Deprecated.
The
BattleControllerBase instance associated with the ending battle. |
net.minecraft.entity.player.EntityPlayerMP |
player
Deprecated.
One of the players in the battle when it was abnormally ended.
|
Constructor and Description |
---|
PlayerBattleEndedAbnormalEvent(net.minecraft.entity.player.EntityPlayerMP player,
BattleControllerBase battleControllerBase)
Deprecated.
|
public final net.minecraft.entity.player.EntityPlayerMP player
public final BattleControllerBase battleController
BattleControllerBase
instance associated with the ending battle.public PlayerBattleEndedAbnormalEvent(net.minecraft.entity.player.EntityPlayerMP player, BattleControllerBase battleControllerBase)