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
  • Field Details

    • gameProfile

      private final com.mojang.authlib.GameProfile gameProfile
    • skinId

      private final Identifier skinId
    • name

      private final Text name
  • Constructor Details

    • TeleportToSpecificPlayerSpectatorCommand

      public TeleportToSpecificPlayerSpectatorCommand​(com.mojang.authlib.GameProfile gameProfile)
  • Method Details