Package net.minecraft.client.gui.hud
Class SpectatorHud
java.lang.Object
net.minecraft.client.gui.hud.SpectatorHud
- All Implemented Interfaces:
SpectatorMenuCloseCallback
- Mappings:
Namespace Name official eze
intermediary net/minecraft/class_365
named net/minecraft/client/gui/hud/SpectatorHud
-
Field Summary
Modifier and TypeFieldDescriptionprivate final MinecraftClient
private static final long
private static final long
private static final Identifier
private static final Identifier
private long
private @Nullable SpectatorMenu
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close
(SpectatorMenu menu) void
cycleSlot
(int offset) private float
boolean
isOpen()
void
render
(DrawContext context) private void
renderSpectatorCommand
(DrawContext context, int slot, int x, float y, float height, SpectatorMenuCommand command) void
renderSpectatorMenu
(DrawContext context) protected void
renderSpectatorMenu
(DrawContext context, float height, int x, int y, SpectatorMenuState state) void
selectSlot
(int slot) void
-
Field Details
-
HOTBAR_TEXTURE
- Mappings:
Namespace Name Mixin selector official a
Leze;a:Lahg;
intermediary field_45392
Lnet/minecraft/class_365;field_45392:Lnet/minecraft/class_2960;
named HOTBAR_TEXTURE
Lnet/minecraft/client/gui/hud/SpectatorHud;HOTBAR_TEXTURE:Lnet/minecraft/util/Identifier;
-
HOTBAR_SELECTION_TEXTURE
- Mappings:
Namespace Name Mixin selector official b
Leze;b:Lahg;
intermediary field_45393
Lnet/minecraft/class_365;field_45393:Lnet/minecraft/class_2960;
named HOTBAR_SELECTION_TEXTURE
Lnet/minecraft/client/gui/hud/SpectatorHud;HOTBAR_SELECTION_TEXTURE:Lnet/minecraft/util/Identifier;
-
FADE_OUT_DELAY
private static final long FADE_OUT_DELAY- See Also:
- Mappings:
Namespace Name Mixin selector official c
Leze;c:J
intermediary field_32215
Lnet/minecraft/class_365;field_32215:J
named FADE_OUT_DELAY
Lnet/minecraft/client/gui/hud/SpectatorHud;FADE_OUT_DELAY:J
-
FADE_OUT_DURATION
private static final long FADE_OUT_DURATION- See Also:
- Mappings:
Namespace Name Mixin selector official d
Leze;d:J
intermediary field_32216
Lnet/minecraft/class_365;field_32216:J
named FADE_OUT_DURATION
Lnet/minecraft/client/gui/hud/SpectatorHud;FADE_OUT_DURATION:J
-
client
- Mappings:
Namespace Name Mixin selector official e
Leze;e:Levi;
intermediary field_2201
Lnet/minecraft/class_365;field_2201:Lnet/minecraft/class_310;
named client
Lnet/minecraft/client/gui/hud/SpectatorHud;client:Lnet/minecraft/client/MinecraftClient;
-
lastInteractionTime
private long lastInteractionTime- Mappings:
Namespace Name Mixin selector official f
Leze;f:J
intermediary field_2198
Lnet/minecraft/class_365;field_2198:J
named lastInteractionTime
Lnet/minecraft/client/gui/hud/SpectatorHud;lastInteractionTime:J
-
spectatorMenu
- Mappings:
Namespace Name Mixin selector official g
Leze;g:Lfig;
intermediary field_2200
Lnet/minecraft/class_365;field_2200:Lnet/minecraft/class_531;
named spectatorMenu
Lnet/minecraft/client/gui/hud/SpectatorHud;spectatorMenu:Lnet/minecraft/client/gui/hud/spectator/SpectatorMenu;
-
-
Constructor Details
-
SpectatorHud
- Mappings:
Namespace Name Mixin selector official <init>
Leze;<init>(Levi;)V
intermediary <init>
Lnet/minecraft/class_365;<init>(Lnet/minecraft/class_310;)V
named <init>
Lnet/minecraft/client/gui/hud/SpectatorHud;<init>(Lnet/minecraft/client/MinecraftClient;)V
-
-
Method Details
-
selectSlot
public void selectSlot(int slot) - Mappings:
Namespace Name Mixin selector official a
Leze;a(I)V
intermediary method_1977
Lnet/minecraft/class_365;method_1977(I)V
named selectSlot
Lnet/minecraft/client/gui/hud/SpectatorHud;selectSlot(I)V
-
getSpectatorMenuHeight
private float getSpectatorMenuHeight()- Mappings:
Namespace Name Mixin selector official c
Leze;c()F
intermediary method_1981
Lnet/minecraft/class_365;method_1981()F
named getSpectatorMenuHeight
Lnet/minecraft/client/gui/hud/SpectatorHud;getSpectatorMenuHeight()F
-
renderSpectatorMenu
- Mappings:
Namespace Name Mixin selector official a
Leze;a(Lewu;)V
intermediary method_1978
Lnet/minecraft/class_365;method_1978(Lnet/minecraft/class_332;)V
named renderSpectatorMenu
Lnet/minecraft/client/gui/hud/SpectatorHud;renderSpectatorMenu(Lnet/minecraft/client/gui/DrawContext;)V
-
renderSpectatorMenu
protected void renderSpectatorMenu(DrawContext context, float height, int x, int y, SpectatorMenuState state) - Mappings:
Namespace Name Mixin selector official a
Leze;a(Lewu;FIILfik;)V
intermediary method_1975
Lnet/minecraft/class_365;method_1975(Lnet/minecraft/class_332;FIILnet/minecraft/class_539;)V
named renderSpectatorMenu
Lnet/minecraft/client/gui/hud/SpectatorHud;renderSpectatorMenu(Lnet/minecraft/client/gui/DrawContext;FIILnet/minecraft/client/gui/hud/spectator/SpectatorMenuState;)V
-
renderSpectatorCommand
private void renderSpectatorCommand(DrawContext context, int slot, int x, float y, float height, SpectatorMenuCommand command) - Mappings:
Namespace Name Mixin selector official a
Leze;a(Lewu;IIFFLfii;)V
intermediary method_1982
Lnet/minecraft/class_365;method_1982(Lnet/minecraft/class_332;IIFFLnet/minecraft/class_537;)V
named renderSpectatorCommand
Lnet/minecraft/client/gui/hud/SpectatorHud;renderSpectatorCommand(Lnet/minecraft/client/gui/DrawContext;IIFFLnet/minecraft/client/gui/hud/spectator/SpectatorMenuCommand;)V
-
render
- Mappings:
Namespace Name Mixin selector official b
Leze;b(Lewu;)V
intermediary method_1979
Lnet/minecraft/class_365;method_1979(Lnet/minecraft/class_332;)V
named render
Lnet/minecraft/client/gui/hud/SpectatorHud;render(Lnet/minecraft/client/gui/DrawContext;)V
-
close
- Specified by:
close
in interfaceSpectatorMenuCloseCallback
- Mappings:
Namespace Name Mixin selector official a
Lfij;a(Lfig;)V
intermediary method_2782
Lnet/minecraft/class_536;method_2782(Lnet/minecraft/class_531;)V
named close
Lnet/minecraft/client/gui/hud/spectator/SpectatorMenuCloseCallback;close(Lnet/minecraft/client/gui/hud/spectator/SpectatorMenu;)V
-
isOpen
public boolean isOpen()- Mappings:
Namespace Name Mixin selector official a
Leze;a()Z
intermediary method_1980
Lnet/minecraft/class_365;method_1980()Z
named isOpen
Lnet/minecraft/client/gui/hud/SpectatorHud;isOpen()Z
-
cycleSlot
public void cycleSlot(int offset) - Mappings:
Namespace Name Mixin selector official b
Leze;b(I)V
intermediary method_1976
Lnet/minecraft/class_365;method_1976(I)V
named cycleSlot
Lnet/minecraft/client/gui/hud/SpectatorHud;cycleSlot(I)V
-
useSelectedCommand
public void useSelectedCommand()- Mappings:
Namespace Name Mixin selector official b
Leze;b()V
intermediary method_1983
Lnet/minecraft/class_365;method_1983()V
named useSelectedCommand
Lnet/minecraft/client/gui/hud/SpectatorHud;useSelectedCommand()V
-