public abstract class SpectateEvent
extends net.minecraftforge.fml.common.eventhandler.Event
SpectateEvent.StartSpectate and SpectateEvent.StopSpectate| Modifier and Type | Class and Description |
|---|---|
static class |
SpectateEvent.StartSpectate
Event representing when a player attempts to spectate a battle.
|
static class |
SpectateEvent.StopSpectate
Event representing when a player ceases spectating a battle.
|
| Modifier and Type | Field and Description |
|---|---|
BattleControllerBase |
battleController
The BattleControllerBase of the target player for the spectator to watch.
|
net.minecraft.entity.player.EntityPlayerMP |
spectator
The player that is watching the battle of the target.
|
public final net.minecraft.entity.player.EntityPlayerMP spectator
public final BattleControllerBase battleController