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 bhvintermediary net/minecraft/class_2329named net/minecraft/client/gui/hud/spectator/TeleportSpectatorMenu
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<SpectatorMenuCommand>private static final Ordering<PlayerListEntry> -
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 aLbhv;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 bLbhv;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>Lbhv;<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 aLbhr;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 bLbhr;b()Lew;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 aLbhs;a(Lbhq;)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 G_Lbhs;G_()Lew;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 aLbhs;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 H_Lbhs;H_()Zintermediary method_9627Lnet/minecraft/class_2326;method_9627()Znamed isEnabledLnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommand;isEnabled()Z
-