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 egy
intermediary net/minecraft/class_540
named net/minecraft/client/gui/hud/spectator/TeamTeleportSpectatorMenu
  • Field Details

    • TEAM_TELEPORT_TEXT

      private static final Text TEAM_TELEPORT_TEXT
      Mappings:
      Namespace Name Mixin selector
      official a Legy;a:Lpz;
      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

      private static final Text PROMPT_TEXT
      Mappings:
      Namespace Name Mixin selector
      official b Legy;b:Lpz;
      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

      private final List<SpectatorMenuCommand> commands
      Mappings:
      Namespace Name Mixin selector
      official c Legy;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

    • TeamTeleportSpectatorMenu

      public TeamTeleportSpectatorMenu()
  • Method Details

    • getCommands

      public List<SpectatorMenuCommand> getCommands()
      Specified by:
      getCommands in interface SpectatorMenuCommandGroup
      Mappings:
      Namespace Name Mixin selector
      official a Legt;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

      public Text getPrompt()
      Specified by:
      getPrompt in interface SpectatorMenuCommandGroup
      Mappings:
      Namespace Name Mixin selector
      official b Legt;b()Lpz;
      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

      public void use(SpectatorMenu menu)
      Specified by:
      use in interface SpectatorMenuCommand
      Mappings:
      Namespace Name Mixin selector
      official a Legu;a(Legs;)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

      public Text getName()
      Specified by:
      getName in interface SpectatorMenuCommand
      Mappings:
      Namespace Name Mixin selector
      official al_ Legu;al_()Lpz;
      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

      public void renderIcon(MatrixStack matrices, float brightness, int alpha)
      Specified by:
      renderIcon in interface SpectatorMenuCommand
      Mappings:
      Namespace Name Mixin selector
      official a Legu;a(Ldsj;FI)V
      intermediary method_2784 Lnet/minecraft/class_537;method_2784(Lnet/minecraft/class_4587;FI)V
      named renderIcon Lnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommand;renderIcon(Lnet/minecraft/client/util/math/MatrixStack;FI)V
    • isEnabled

      public boolean isEnabled()
      Specified by:
      isEnabled in interface SpectatorMenuCommand
      Mappings:
      Namespace Name Mixin selector
      official am_ Legu;am_()Z
      intermediary method_16893 Lnet/minecraft/class_537;method_16893()Z
      named isEnabled Lnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommand;isEnabled()Z