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(MatrixStack matrices, int int2, int int3, float float2, float float3, SpectatorMenuCommand spectatorMenuCommand)
-
Uses of SpectatorMenuCommand in net.minecraft.client.gui.hud.spectator
Modifier and TypeClassDescriptionprivate static class
private static class
class
private class
class
class
Modifier and TypeFieldDescriptionstatic SpectatorMenuCommand
SpectatorMenu.BLANK_COMMAND
private static SpectatorMenuCommand
SpectatorMenu.CLOSE_COMMAND
private static SpectatorMenuCommand
SpectatorMenu.DISABLED_NEXT_PAGE_COMMAND
private static SpectatorMenuCommand
SpectatorMenu.NEXT_PAGE_COMMAND
private static SpectatorMenuCommand
SpectatorMenu.PREVIOUS_PAGE_COMMAND
Modifier and TypeFieldDescriptionprivate List<SpectatorMenuCommand>
SpectatorMenuState.commands
private List<SpectatorMenuCommand>
TeamTeleportSpectatorMenu.commands
private List<SpectatorMenuCommand>
RootSpectatorCommandGroup.elements
private List<SpectatorMenuCommand>
TeleportSpectatorMenu.elements
Modifier and TypeMethodDescriptionSpectatorMenu.getCommand(int slot)
SpectatorMenuState.getCommand(int slot)
SpectatorMenu.getSelectedCommand()
Modifier and TypeMethodDescriptionRootSpectatorCommandGroup.getCommands()
SpectatorMenu.getCommands()
SpectatorMenuCommandGroup.getCommands()
TeamTeleportSpectatorMenu.getCommands()
TeleportSpectatorMenu.getCommands()
ModifierConstructorDescriptionSpectatorMenuState(List<SpectatorMenuCommand> commands, int selectedSlot)