Class TeleportToSpecificPlayerSpectatorCommand

java.lang.Object
net.minecraft.client.gui.hud.spectator.TeleportToSpecificPlayerSpectatorCommand
All Implemented Interfaces:
SpectatorMenuCommand

@Environment(CLIENT)
public class TeleportToSpecificPlayerSpectatorCommand
extends Object
implements SpectatorMenuCommand
Mappings:
Namespace Name
official dzc
intermediary net/minecraft/class_530
named net/minecraft/client/gui/hud/spectator/TeleportToSpecificPlayerSpectatorCommand
  • Field Details

    • gameProfile

      private final com.mojang.authlib.GameProfile gameProfile
      Mappings:
      Namespace Name Mixin selector
      official a Ldzc;a:Lcom/mojang/authlib/GameProfile;
      intermediary field_3253 Lnet/minecraft/class_530;field_3253:Lcom/mojang/authlib/GameProfile;
      named gameProfile Lnet/minecraft/client/gui/hud/spectator/TeleportToSpecificPlayerSpectatorCommand;gameProfile:Lcom/mojang/authlib/GameProfile;
    • skinId

      private final Identifier skinId
      Mappings:
      Namespace Name Mixin selector
      official b Ldzc;b:Lwb;
      intermediary field_3252 Lnet/minecraft/class_530;field_3252:Lnet/minecraft/class_2960;
      named skinId Lnet/minecraft/client/gui/hud/spectator/TeleportToSpecificPlayerSpectatorCommand;skinId:Lnet/minecraft/util/Identifier;
    • name

      private final Text name
      Mappings:
      Namespace Name Mixin selector
      official c Ldzc;c:Loi;
      intermediary field_26611 Lnet/minecraft/class_530;field_26611:Lnet/minecraft/class_2561;
      named name Lnet/minecraft/client/gui/hud/spectator/TeleportToSpecificPlayerSpectatorCommand;name:Lnet/minecraft/text/Text;
  • Constructor Details

    • TeleportToSpecificPlayerSpectatorCommand

      public TeleportToSpecificPlayerSpectatorCommand​(com.mojang.authlib.GameProfile gameProfile)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldzc;<init>(Lcom/mojang/authlib/GameProfile;)V
      intermediary <init> Lnet/minecraft/class_530;<init>(Lcom/mojang/authlib/GameProfile;)V
      named <init> Lnet/minecraft/client/gui/hud/spectator/TeleportToSpecificPlayerSpectatorCommand;<init>(Lcom/mojang/authlib/GameProfile;)V
  • Method Details

    • use

      public void use​(SpectatorMenu menu)
      Specified by:
      use in interface SpectatorMenuCommand
      Mappings:
      Namespace Name Mixin selector
      official a Ldzg;a(Ldze;)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 aF_ Ldzg;aF_()Loi;
      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 float2, int int2)
      Specified by:
      renderIcon in interface SpectatorMenuCommand
      Mappings:
      Namespace Name Mixin selector
      official a Ldzg;a(Ldlr;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 aG_ Ldzg;aG_()Z
      intermediary method_16893 Lnet/minecraft/class_537;method_16893()Z
      named isEnabled Lnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommand;isEnabled()Z