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 - ezv- intermediary - net/minecraft/class_540- named - net/minecraft/client/gui/hud/spectator/TeamTeleportSpectatorMenu
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprivate static class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final List<SpectatorMenuCommand>private static final Textprivate static final Text
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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 - a- Lezv;a:Lsw;- intermediary - field_26618- Lnet/minecraft/class_540;field_26618:Lnet/minecraft/class_2561;- named - TEAM_TELEPORT_TEXT- Lnet/minecraft/client/gui/hud/spectator/TeamTeleportSpectatorMenu;TEAM_TELEPORT_TEXT:Lnet/minecraft/text/Text;
 
- 
PROMPT_TEXT- Mappings:
- Namespace - Name - Mixin selector - official - b- Lezv;b:Lsw;- intermediary - field_26619- Lnet/minecraft/class_540;field_26619:Lnet/minecraft/class_2561;- named - PROMPT_TEXT- Lnet/minecraft/client/gui/hud/spectator/TeamTeleportSpectatorMenu;PROMPT_TEXT:Lnet/minecraft/text/Text;
 
- 
commands- Mappings:
- Namespace - Name - Mixin selector - official - c- Lezv;c:Ljava/util/List;- intermediary - field_3272- Lnet/minecraft/class_540;field_3272:Ljava/util/List;- named - commands- Lnet/minecraft/client/gui/hud/spectator/TeamTeleportSpectatorMenu;commands:Ljava/util/List;
 
 
- 
- 
Constructor Details- 
TeamTeleportSpectatorMenupublic TeamTeleportSpectatorMenu()
 
- 
- 
Method Details- 
getCommandsprivate static List<SpectatorMenuCommand> getCommands(MinecraftClient client, Scoreboard scoreboard) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lezv;a(Lenn;Lefg;)Ljava/util/List;- intermediary - method_47432- Lnet/minecraft/class_540;method_47432(Lnet/minecraft/class_310;Lnet/minecraft/class_269;)Ljava/util/List;- named - getCommands- Lnet/minecraft/client/gui/hud/spectator/TeamTeleportSpectatorMenu;getCommands(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/scoreboard/Scoreboard;)Ljava/util/List;
 
- 
getCommands- Specified by:
- getCommandsin interface- SpectatorMenuCommandGroup
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lezq;a()Ljava/util/List;- intermediary - method_2780- Lnet/minecraft/class_535;method_2780()Ljava/util/List;- named - getCommands- Lnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommandGroup;getCommands()Ljava/util/List;
 
- 
getPrompt- Specified by:
- getPromptin interface- SpectatorMenuCommandGroup
- Mappings:
- Namespace - Name - Mixin selector - official - b- Lezq;b()Lsw;- intermediary - method_2781- Lnet/minecraft/class_535;method_2781()Lnet/minecraft/class_2561;- named - getPrompt- Lnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommandGroup;getPrompt()Lnet/minecraft/text/Text;
 
- 
use- Specified by:
- usein interface- SpectatorMenuCommand
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lezr;a(Lezp;)V- intermediary - method_2783- Lnet/minecraft/class_537;method_2783(Lnet/minecraft/class_531;)V- named - use- Lnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommand;use(Lnet/minecraft/client/gui/hud/spectator/SpectatorMenu;)V
 
- 
getName- Specified by:
- getNamein interface- SpectatorMenuCommand
- Mappings:
- Namespace - Name - Mixin selector - official - aI_- Lezr;aI_()Lsw;- intermediary - method_16892- Lnet/minecraft/class_537;method_16892()Lnet/minecraft/class_2561;- named - getName- Lnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommand;getName()Lnet/minecraft/text/Text;
 
- 
renderIcon- Specified by:
- renderIconin interface- SpectatorMenuCommand
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lezr;a(Leox;FI)V- intermediary - method_2784- Lnet/minecraft/class_537;method_2784(Lnet/minecraft/class_332;FI)V- named - renderIcon- Lnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommand;renderIcon(Lnet/minecraft/client/gui/DrawContext;FI)V
 
- 
isEnabledpublic boolean isEnabled()- Specified by:
- isEnabledin interface- SpectatorMenuCommand
- Mappings:
- Namespace - Name - Mixin selector - official - aJ_- Lezr;aJ_()Z- intermediary - method_16893- Lnet/minecraft/class_537;method_16893()Z- named - isEnabled- Lnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommand;isEnabled()Z
 
 
-