Class TeleportSpectatorMenu
java.lang.Object
net.minecraft.client.gui.hud.spectator.TeleportSpectatorMenu
- All Implemented Interfaces:
SpectatorMenuCommand,SpectatorMenuCommandGroup
@Environment(CLIENT)
public class TeleportSpectatorMenu
extends Object
implements SpectatorMenuCommandGroup, SpectatorMenuCommand
- Mappings:
Namespace Name official cazintermediary net/minecraft/class_2329named net/minecraft/client/gui/hud/spectator/TeleportSpectatorMenu
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanvoidrenderIcon(float brightness, int alpha) voiduse(SpectatorMenu menu)
-
Field Details
-
ORDERING
- Mappings:
Namespace Name Mixin selector official aLcaz;a:Lcom/google/common/collect/Ordering;intermediary field_10512Lnet/minecraft/class_2329;field_10512:Lcom/google/common/collect/Ordering;named ORDERINGLnet/minecraft/client/gui/hud/spectator/TeleportSpectatorMenu;ORDERING:Lcom/google/common/collect/Ordering;
-
elements
- Mappings:
Namespace Name Mixin selector official bLcaz;b:Ljava/util/List;intermediary field_10513Lnet/minecraft/class_2329;field_10513:Ljava/util/List;named elementsLnet/minecraft/client/gui/hud/spectator/TeleportSpectatorMenu;elements:Ljava/util/List;
-
-
Constructor Details
-
TeleportSpectatorMenu
public TeleportSpectatorMenu() -
TeleportSpectatorMenu
- Mappings:
Namespace Name Mixin selector official <init>Lcaz;<init>(Ljava/util/Collection;)Vintermediary <init>Lnet/minecraft/class_2329;<init>(Ljava/util/Collection;)Vnamed <init>Lnet/minecraft/client/gui/hud/spectator/TeleportSpectatorMenu;<init>(Ljava/util/Collection;)V
-
-
Method Details
-
getCommands
- Specified by:
getCommandsin interfaceSpectatorMenuCommandGroup- Mappings:
Namespace Name Mixin selector official aLcav;a()Ljava/util/List;intermediary method_9624Lnet/minecraft/class_2325;method_9624()Ljava/util/List;named getCommandsLnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommandGroup;getCommands()Ljava/util/List;
-
getPrompt
- Specified by:
getPromptin interfaceSpectatorMenuCommandGroup- Mappings:
Namespace Name Mixin selector official bLcav;b()Lho;intermediary method_9625Lnet/minecraft/class_2325;method_9625()Lnet/minecraft/class_1982;named getPromptLnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommandGroup;getPrompt()Lnet/minecraft/text/Text;
-
use
- Specified by:
usein interfaceSpectatorMenuCommand- Mappings:
Namespace Name Mixin selector official aLcaw;a(Lcar;)Vintermediary method_9629Lnet/minecraft/class_2326;method_9629(Lnet/minecraft/class_2322;)Vnamed useLnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommand;use(Lnet/minecraft/client/gui/hud/spectator/SpectatorMenu;)V
-
getName
- Specified by:
getNamein interfaceSpectatorMenuCommand- Mappings:
Namespace Name Mixin selector official z_Lcaw;z_()Lho;intermediary method_9626Lnet/minecraft/class_2326;method_9626()Lnet/minecraft/class_1982;named getNameLnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommand;getName()Lnet/minecraft/text/Text;
-
renderIcon
public void renderIcon(float brightness, int alpha) - Specified by:
renderIconin interfaceSpectatorMenuCommand- Mappings:
Namespace Name Mixin selector official aLcaw;a(FI)Vintermediary method_9628Lnet/minecraft/class_2326;method_9628(FI)Vnamed renderIconLnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommand;renderIcon(FI)V
-
isEnabled
public boolean isEnabled()- Specified by:
isEnabledin interfaceSpectatorMenuCommand- Mappings:
Namespace Name Mixin selector official A_Lcaw;A_()Zintermediary method_9627Lnet/minecraft/class_2326;method_9627()Znamed isEnabledLnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommand;isEnabled()Z
-