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

    • commands

      private final List<SpectatorMenuCommand> commands
      Mappings:
      Namespace Name Mixin selector
      official a Lbkm;a:Ljava/util/List;
      intermediary field_10514 Lnet/minecraft/class_2330;field_10514: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 Lbkh;a()Ljava/util/List;
      intermediary method_9624 Lnet/minecraft/class_2325;method_9624()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 Lbkh;b()Lfb;
      intermediary method_9625 Lnet/minecraft/class_2325;method_9625()Lnet/minecraft/class_1982;
      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 Lbki;a(Lbkg;)V
      intermediary method_9629 Lnet/minecraft/class_2326;method_9629(Lnet/minecraft/class_2322;)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 I_ Lbki;I_()Lfb;
      intermediary method_9626 Lnet/minecraft/class_2326;method_9626()Lnet/minecraft/class_1982;
      named getName Lnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommand;getName()Lnet/minecraft/text/Text;
    • renderIcon

      public void renderIcon(float brightness, int alpha)
      Specified by:
      renderIcon in interface SpectatorMenuCommand
      Mappings:
      Namespace Name Mixin selector
      official a Lbki;a(FI)V
      intermediary method_9628 Lnet/minecraft/class_2326;method_9628(FI)V
      named renderIcon Lnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommand;renderIcon(FI)V
    • isEnabled

      public boolean isEnabled()
      Specified by:
      isEnabled in interface SpectatorMenuCommand
      Mappings:
      Namespace Name Mixin selector
      official J_ Lbki;J_()Z
      intermediary method_9627 Lnet/minecraft/class_2326;method_9627()Z
      named isEnabled Lnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommand;isEnabled()Z