Uses of Interface
net.minecraft.client.gui.hud.spectator.SpectatorMenuCommand
Packages that use SpectatorMenuCommand
-
Uses of SpectatorMenuCommand in net.minecraft.client.gui.hud
Methods in net.minecraft.client.gui.hud with parameters of type SpectatorMenuCommandModifier and TypeMethodDescriptionprivate void
SpectatorHud.renderSpectatorCommand
(DrawContext context, int slot, int x, float y, float height, SpectatorMenuCommand command) -
Uses of SpectatorMenuCommand in net.minecraft.client.gui.hud.spectator
Classes in net.minecraft.client.gui.hud.spectator that implement SpectatorMenuCommandModifier and TypeClassDescriptionprivate static class
private static class
class
private static class
class
class
Fields in net.minecraft.client.gui.hud.spectator declared as SpectatorMenuCommandModifier and TypeFieldDescriptionstatic final SpectatorMenuCommand
SpectatorMenu.BLANK_COMMAND
private static final SpectatorMenuCommand
SpectatorMenu.CLOSE_COMMAND
private static final SpectatorMenuCommand
SpectatorMenu.DISABLED_NEXT_PAGE_COMMAND
private static final SpectatorMenuCommand
SpectatorMenu.NEXT_PAGE_COMMAND
private static final SpectatorMenuCommand
SpectatorMenu.PREVIOUS_PAGE_COMMAND
Fields in net.minecraft.client.gui.hud.spectator with type parameters of type SpectatorMenuCommandModifier and TypeFieldDescriptionprivate final List
<SpectatorMenuCommand> SpectatorMenuState.commands
private final List
<SpectatorMenuCommand> TeamTeleportSpectatorMenu.commands
private final List
<SpectatorMenuCommand> RootSpectatorCommandGroup.elements
private final List
<SpectatorMenuCommand> TeleportSpectatorMenu.elements
Methods in net.minecraft.client.gui.hud.spectator that return SpectatorMenuCommandModifier and TypeMethodDescriptionSpectatorMenu.getCommand
(int slot) SpectatorMenuState.getCommand
(int slot) SpectatorMenu.getSelectedCommand()
Methods in net.minecraft.client.gui.hud.spectator that return types with arguments of type SpectatorMenuCommandModifier and TypeMethodDescriptionstatic Optional
<SpectatorMenuCommand> TeamTeleportSpectatorMenu.TeleportToSpecificTeamCommand.create
(MinecraftClient client, Team team) RootSpectatorCommandGroup.getCommands()
SpectatorMenu.getCommands()
SpectatorMenuCommandGroup.getCommands()
TeamTeleportSpectatorMenu.getCommands()
private static List
<SpectatorMenuCommand> TeamTeleportSpectatorMenu.getCommands
(MinecraftClient client, Scoreboard scoreboard) TeleportSpectatorMenu.getCommands()
Constructor parameters in net.minecraft.client.gui.hud.spectator with type arguments of type SpectatorMenuCommandModifierConstructorDescriptionSpectatorMenuState
(List<SpectatorMenuCommand> commands, int selectedSlot)