@Environment(value=CLIENT) public class TeleportToSpecificPlayerSpectatorCommand extends Object implements SpectatorMenuCommand
| Modifier and Type | Field and Description |
|---|---|
private com.mojang.authlib.GameProfile |
gameProfile |
private Identifier |
skinId |
| Constructor and Description |
|---|
TeleportToSpecificPlayerSpectatorCommand(com.mojang.authlib.GameProfile gameProfile) |
| Modifier and Type | Method and Description |
|---|---|
Text |
getName() |
boolean |
isEnabled() |
void |
renderIcon(float brightness,
int alpha) |
void |
use(SpectatorMenu menu) |
private final com.mojang.authlib.GameProfile gameProfile
private final Identifier skinId
public TeleportToSpecificPlayerSpectatorCommand(com.mojang.authlib.GameProfile gameProfile)
public void use(SpectatorMenu menu)
use in interface SpectatorMenuCommandpublic Text getName()
getName in interface SpectatorMenuCommandpublic void renderIcon(float brightness,
int alpha)
renderIcon in interface SpectatorMenuCommandpublic boolean isEnabled()
isEnabled in interface SpectatorMenuCommand