Class TeamTeleportSpectatorMenu
java.lang.Object
net.minecraft.client.gui.hud.spectator.TeamTeleportSpectatorMenu
- All Implemented Interfaces:
SpectatorMenuCommand,SpectatorMenuCommandGroup
@Environment(CLIENT)
public class TeamTeleportSpectatorMenu
extends Object
implements SpectatorMenuCommandGroup, SpectatorMenuCommand
- Mappings:
Namespace Name official cnnintermediary net/minecraft/class_2330named net/minecraft/client/gui/hud/spectator/TeamTeleportSpectatorMenu
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanvoidrenderIcon(float brightness, int alpha) voiduse(SpectatorMenu menu)
-
Field Details
-
commands
- Mappings:
Namespace Name Mixin selector official aLcnn;a:Ljava/util/List;intermediary field_10514Lnet/minecraft/class_2330;field_10514:Ljava/util/List;named commandsLnet/minecraft/client/gui/hud/spectator/TeamTeleportSpectatorMenu;commands:Ljava/util/List;
-
-
Constructor Details
-
TeamTeleportSpectatorMenu
public TeamTeleportSpectatorMenu()
-
-
Method Details
-
getCommands
- Specified by:
getCommandsin interfaceSpectatorMenuCommandGroup- Mappings:
Namespace Name Mixin selector official aLcni;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 bLcni;b()Lij;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 aLcnj;a(Lcnh;)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 aj_Lcnj;aj_()Lij;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 aLcnj;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 ak_Lcnj;ak_()Zintermediary method_9627Lnet/minecraft/class_2326;method_9627()Znamed isEnabledLnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommand;isEnabled()Z
-