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>scoreboardEntriesprivate IdentifierskinIdprivate Teamteam -
Constructor Summary
Constructors Constructor Description TeleportToSpecificTeamCommand(Team team) -
Method Summary
Modifier and Type Method Description TextgetName()booleanisEnabled()voidrenderIcon(MatrixStack matrixStack, float float2, int int2)voiduse(SpectatorMenu menu)
-
Field Details
-
team
-
skinId
-
scoreboardEntries
-
-
Constructor Details
-
TeleportToSpecificTeamCommand
-
-
Method Details
-
use
- Specified by:
usein interfaceSpectatorMenuCommand
-
getName
- Specified by:
getNamein interfaceSpectatorMenuCommand
-
renderIcon
- Specified by:
renderIconin interfaceSpectatorMenuCommand
-
isEnabled
public boolean isEnabled()- Specified by:
isEnabledin interfaceSpectatorMenuCommand
-