Class SpectatorMenu.CloseSpectatorMenuCommand
java.lang.Object
net.minecraft.client.gui.hud.spectator.SpectatorMenu.CloseSpectatorMenuCommand
- All Implemented Interfaces:
- SpectatorMenuCommand
- Enclosing class:
- SpectatorMenu
@Environment(CLIENT)
private static class SpectatorMenu.CloseSpectatorMenuCommand
extends Object
implements SpectatorMenuCommand
- Mappings:
- Namespace - Name - official - ezp$a- intermediary - net/minecraft/class_531$class_532- named - net/minecraft/client/gui/hud/spectator/SpectatorMenu$CloseSpectatorMenuCommand
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetName()booleanvoidrenderIcon(DrawContext context, float brightness, int alpha) voiduse(SpectatorMenu menu) 
- 
Constructor Details- 
CloseSpectatorMenuCommandCloseSpectatorMenuCommand()
 
- 
- 
Method Details- 
use- Specified by:
- usein interface- SpectatorMenuCommand
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lezr;a(Lezp;)V- intermediary - method_2783- Lnet/minecraft/class_537;method_2783(Lnet/minecraft/class_531;)V- named - use- Lnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommand;use(Lnet/minecraft/client/gui/hud/spectator/SpectatorMenu;)V
 
- 
getName- Specified by:
- getNamein interface- SpectatorMenuCommand
- Mappings:
- Namespace - Name - Mixin selector - official - aI_- Lezr;aI_()Lsw;- intermediary - method_16892- Lnet/minecraft/class_537;method_16892()Lnet/minecraft/class_2561;- named - getName- Lnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommand;getName()Lnet/minecraft/text/Text;
 
- 
renderIcon- Specified by:
- renderIconin interface- SpectatorMenuCommand
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lezr;a(Leox;FI)V- intermediary - method_2784- Lnet/minecraft/class_537;method_2784(Lnet/minecraft/class_332;FI)V- named - renderIcon- Lnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommand;renderIcon(Lnet/minecraft/client/gui/DrawContext;FI)V
 
- 
isEnabledpublic boolean isEnabled()- Specified by:
- isEnabledin interface- SpectatorMenuCommand
- Mappings:
- Namespace - Name - Mixin selector - official - aJ_- Lezr;aJ_()Z- intermediary - method_16893- Lnet/minecraft/class_537;method_16893()Z- named - isEnabled- Lnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommand;isEnabled()Z
 
 
-