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 cbbintermediary net/minecraft/class_2330named net/minecraft/client/gui/hud/spectator/TeamTeleportSpectatorMenu
-
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 aLcbb;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 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
-