Interface SpectatorMenuCommandGroup

All Known Implementing Classes:
RootSpectatorCommandGroup, TeamTeleportSpectatorMenu, TeleportSpectatorMenu

@Environment(CLIENT) public interface SpectatorMenuCommandGroup
Mappings:
Namespace Name
official etw
intermediary net/minecraft/class_535
named net/minecraft/client/gui/hud/spectator/SpectatorMenuCommandGroup
  • Method Details

    • getCommands

      List<SpectatorMenuCommand> getCommands()
      Mappings:
      Namespace Name Mixin selector
      official a Letw;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

      Text getPrompt()
      Mappings:
      Namespace Name Mixin selector
      official b Letw;b()Lss;
      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;