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
- Mappings:
Namespace Name official bal$aintermediary net/minecraft/class_840$class_841named net/minecraft/client/gui/hud/spectator/TeamTeleportSpectatorMenu$TeleportToSpecificTeamCommand
-
Field Summary
Fields Modifier and Type Field Description private Teamfield_3664private Identifierfield_3665private List<PlayerListEntry>scoreboardEntries -
Constructor Summary
Constructors Constructor Description TeleportToSpecificTeamCommand(Team team) -
Method Summary
Modifier and Type Method Description TextgetName()booleanisEnabled()voidrenderIcon(float brightness, int alpha)voiduse(SpectatorMenu menu)
-
Field Details
-
field_3664
- Mappings:
Namespace Name Mixin selector official bLbal$a;b:Laul;intermediary field_3664Lnet/minecraft/class_840$class_841;field_3664:Lnet/minecraft/class_651;named field_3664Lnet/minecraft/client/gui/hud/spectator/TeamTeleportSpectatorMenu$TeleportToSpecificTeamCommand;field_3664:Lnet/minecraft/scoreboard/Team;
-
field_3665
- Mappings:
Namespace Name Mixin selector official cLbal$a;c:Ljy;intermediary field_3665Lnet/minecraft/class_840$class_841;field_3665:Lnet/minecraft/class_1605;named field_3665Lnet/minecraft/client/gui/hud/spectator/TeamTeleportSpectatorMenu$TeleportToSpecificTeamCommand;field_3665:Lnet/minecraft/util/Identifier;
-
scoreboardEntries
- Mappings:
Namespace Name Mixin selector official dLbal$a;d:Ljava/util/List;intermediary field_3666Lnet/minecraft/class_840$class_841;field_3666:Ljava/util/List;named scoreboardEntriesLnet/minecraft/client/gui/hud/spectator/TeamTeleportSpectatorMenu$TeleportToSpecificTeamCommand;scoreboardEntries:Ljava/util/List;
-
-
Constructor Details
-
TeleportToSpecificTeamCommand
-
-
Method Details
-
use
- Specified by:
usein interfaceSpectatorMenuCommand- Mappings:
Namespace Name Mixin selector official aLbah;a(Lbaf;)Vintermediary method_3040Lnet/minecraft/class_836;method_3040(Lnet/minecraft/class_832;)Vnamed useLnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommand;use(Lnet/minecraft/client/gui/hud/spectator/SpectatorMenu;)V
-
getName
- Specified by:
getNamein interfaceSpectatorMenuCommand- Mappings:
Namespace Name Mixin selector official A_Lbah;A_()Leu;intermediary method_3037Lnet/minecraft/class_836;method_3037()Lnet/minecraft/class_1444;named getNameLnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommand;getName()Lnet/minecraft/text/Text;
-
renderIcon
public void renderIcon(float brightness, int alpha)- Specified by:
renderIconin interfaceSpectatorMenuCommand- Mappings:
Namespace Name Mixin selector official aLbah;a(FI)Vintermediary method_3039Lnet/minecraft/class_836;method_3039(FI)Vnamed renderIconLnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommand;renderIcon(FI)V
-
isEnabled
public boolean isEnabled()- Specified by:
isEnabledin interfaceSpectatorMenuCommand- Mappings:
Namespace Name Mixin selector official B_Lbah;B_()Zintermediary method_3038Lnet/minecraft/class_836;method_3038()Znamed isEnabledLnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommand;isEnabled()Z
-