public static class SpectateEvent.StartSpectate extends SpectateEvent
SpectateEvent.StartSpectate, SpectateEvent.StopSpectate| Modifier and Type | Field and Description |
|---|---|
net.minecraft.entity.player.ServerPlayerEntity |
target
The player that the spectator is watching the battle of.
|
spectatorbattleController| Constructor and Description |
|---|
StartSpectate(net.minecraft.entity.player.ServerPlayerEntity spectator,
BattleController battleController,
net.minecraft.entity.player.ServerPlayerEntity target) |
getBattleControllerpublic final net.minecraft.entity.player.ServerPlayerEntity target
public StartSpectate(net.minecraft.entity.player.ServerPlayerEntity spectator,
BattleController battleController,
net.minecraft.entity.player.ServerPlayerEntity target)