Uses of Interface
net.minecraft.client.gui.hud.spectator.SpectatorMenuCommand
-
Uses of SpectatorMenuCommand in net.minecraft.client.gui.hud
Modifier 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
Modifier and TypeClassDescriptionprivate static class
private static class
class
private static class
class
class
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionSpectatorMenu.getCommand
(int slot) SpectatorMenuState.getCommand
(int slot) SpectatorMenu.getSelectedCommand()
Modifier 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()
ModifierConstructorDescriptionSpectatorMenuState
(List<SpectatorMenuCommand> commands, int selectedSlot)