Class TeamTeleportSpectatorMenu
java.lang.Object
net.minecraft.client.gui.hud.spectator.TeamTeleportSpectatorMenu
- All Implemented Interfaces:
 SpectatorMenuCommand,SpectatorMenuCommandGroup
@Environment(CLIENT)
public class TeamTeleportSpectatorMenu
extends Object
implements SpectatorMenuCommandGroup, SpectatorMenuCommand
- Mappings:
 Namespace Name official ezvintermediary net/minecraft/class_540named net/minecraft/client/gui/hud/spectator/TeamTeleportSpectatorMenu
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<SpectatorMenuCommand>private static final Textprivate static final Text - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate static List<SpectatorMenuCommand>getCommands(MinecraftClient client, Scoreboard scoreboard) getName()booleanvoidrenderIcon(DrawContext context, float brightness, int alpha) voiduse(SpectatorMenu menu)  
- 
Field Details
- 
TEAM_TELEPORT_TEXT
- Mappings:
 Namespace Name Mixin selector official aLezv;a:Lsw;intermediary field_26618Lnet/minecraft/class_540;field_26618:Lnet/minecraft/class_2561;named TEAM_TELEPORT_TEXTLnet/minecraft/client/gui/hud/spectator/TeamTeleportSpectatorMenu;TEAM_TELEPORT_TEXT:Lnet/minecraft/text/Text;
 - 
PROMPT_TEXT
- Mappings:
 Namespace Name Mixin selector official bLezv;b:Lsw;intermediary field_26619Lnet/minecraft/class_540;field_26619:Lnet/minecraft/class_2561;named PROMPT_TEXTLnet/minecraft/client/gui/hud/spectator/TeamTeleportSpectatorMenu;PROMPT_TEXT:Lnet/minecraft/text/Text;
 - 
commands
- Mappings:
 Namespace Name Mixin selector official cLezv;c:Ljava/util/List;intermediary field_3272Lnet/minecraft/class_540;field_3272:Ljava/util/List;named commandsLnet/minecraft/client/gui/hud/spectator/TeamTeleportSpectatorMenu;commands:Ljava/util/List;
 
 - 
 - 
Constructor Details
- 
TeamTeleportSpectatorMenu
public TeamTeleportSpectatorMenu() 
 - 
 - 
Method Details
- 
getCommands
private static List<SpectatorMenuCommand> getCommands(MinecraftClient client, Scoreboard scoreboard) - Mappings:
 Namespace Name Mixin selector official aLezv;a(Lenn;Lefg;)Ljava/util/List;intermediary method_47432Lnet/minecraft/class_540;method_47432(Lnet/minecraft/class_310;Lnet/minecraft/class_269;)Ljava/util/List;named getCommandsLnet/minecraft/client/gui/hud/spectator/TeamTeleportSpectatorMenu;getCommands(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/scoreboard/Scoreboard;)Ljava/util/List;
 - 
getCommands
- Specified by:
 getCommandsin interfaceSpectatorMenuCommandGroup- Mappings:
 Namespace Name Mixin selector official aLezq;a()Ljava/util/List;intermediary method_2780Lnet/minecraft/class_535;method_2780()Ljava/util/List;named getCommandsLnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommandGroup;getCommands()Ljava/util/List;
 - 
getPrompt
- Specified by:
 getPromptin interfaceSpectatorMenuCommandGroup- Mappings:
 Namespace Name Mixin selector official bLezq;b()Lsw;intermediary method_2781Lnet/minecraft/class_535;method_2781()Lnet/minecraft/class_2561;named getPromptLnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommandGroup;getPrompt()Lnet/minecraft/text/Text;
 - 
use
- Specified by:
 usein interfaceSpectatorMenuCommand- Mappings:
 Namespace Name Mixin selector official aLezr;a(Lezp;)Vintermediary method_2783Lnet/minecraft/class_537;method_2783(Lnet/minecraft/class_531;)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 aI_Lezr;aI_()Lsw;intermediary method_16892Lnet/minecraft/class_537;method_16892()Lnet/minecraft/class_2561;named getNameLnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommand;getName()Lnet/minecraft/text/Text;
 - 
renderIcon
- Specified by:
 renderIconin interfaceSpectatorMenuCommand- Mappings:
 Namespace Name Mixin selector official aLezr;a(Leox;FI)Vintermediary method_2784Lnet/minecraft/class_537;method_2784(Lnet/minecraft/class_332;FI)Vnamed renderIconLnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommand;renderIcon(Lnet/minecraft/client/gui/DrawContext;FI)V
 - 
isEnabled
public boolean isEnabled()- Specified by:
 isEnabledin interfaceSpectatorMenuCommand- Mappings:
 Namespace Name Mixin selector official aJ_Lezr;aJ_()Zintermediary method_16893Lnet/minecraft/class_537;method_16893()Znamed isEnabledLnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommand;isEnabled()Z
 
 -