Class TeamTeleportSpectatorMenu.TeleportToSpecificTeamCommand
java.lang.Object
net.minecraft.client.gui.hud.spectator.TeamTeleportSpectatorMenu.TeleportToSpecificTeamCommand
- All Implemented Interfaces:
SpectatorMenuCommand
- Enclosing class:
- TeamTeleportSpectatorMenu
@Environment(CLIENT) class TeamTeleportSpectatorMenu.TeleportToSpecificTeamCommand extends Object implements SpectatorMenuCommand
-
Field Summary
Fields Modifier and Type Field Description private List<PlayerListEntry>
scoreboardEntries
private Identifier
skinId
private Team
team
-
Constructor Summary
Constructors Constructor Description TeleportToSpecificTeamCommand(Team team)
-
Method Summary
Modifier and Type Method Description Text
getName()
boolean
isEnabled()
void
renderIcon(MatrixStack matrixStack, float float2, int int2)
void
use(SpectatorMenu menu)
-
Field Details
-
team
-
skinId
-
scoreboardEntries
-
-
Constructor Details
-
TeleportToSpecificTeamCommand
-
-
Method Details
-
use
- Specified by:
use
in interfaceSpectatorMenuCommand
-
getName
- Specified by:
getName
in interfaceSpectatorMenuCommand
-
renderIcon
- Specified by:
renderIcon
in interfaceSpectatorMenuCommand
-
isEnabled
public boolean isEnabled()- Specified by:
isEnabled
in interfaceSpectatorMenuCommand
-