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.
|
spectator
battleController
Constructor and Description |
---|
StartSpectate(net.minecraft.entity.player.ServerPlayerEntity spectator,
BattleController battleController,
net.minecraft.entity.player.ServerPlayerEntity target) |
getBattleController
public final net.minecraft.entity.player.ServerPlayerEntity target
public StartSpectate(net.minecraft.entity.player.ServerPlayerEntity spectator, BattleController battleController, net.minecraft.entity.player.ServerPlayerEntity target)