@Deprecated
public class PlayerBattleEndedEvent
extends net.minecraftforge.fml.common.eventhandler.Event
Modifier and Type | Field and Description |
---|---|
BattleControllerBase |
battleController
Deprecated.
The battle controller for the battle
|
net.minecraft.entity.player.EntityPlayerMP |
player
Deprecated.
The player whose battle is ending
|
BattleResults |
result
Deprecated.
The result of the battle for this player
|
Constructor and Description |
---|
PlayerBattleEndedEvent(net.minecraft.entity.player.EntityPlayerMP player,
BattleControllerBase battleControllerBase,
BattleResults result)
Deprecated.
|
public final net.minecraft.entity.player.EntityPlayerMP player
public final BattleControllerBase battleController
public final BattleResults result
public PlayerBattleEndedEvent(net.minecraft.entity.player.EntityPlayerMP player, BattleControllerBase battleControllerBase, BattleResults result)