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 voidSpectatorHud.renderSpectatorCommand(int slot, int x, float y, float alpha, SpectatorMenuCommand command) -
Uses of SpectatorMenuCommand in net.minecraft.client.gui.hud.spectator
Classes in net.minecraft.client.gui.hud.spectator that implement SpectatorMenuCommandModifier and TypeClassDescription(package private) static class(package private) static classclass(package private) classclassclassFields in net.minecraft.client.gui.hud.spectator declared as SpectatorMenuCommandModifier and TypeFieldDescriptionstatic final SpectatorMenuCommandSpectatorMenu.BLANK_COMMANDprivate static final SpectatorMenuCommandSpectatorMenu.CLOSE_COMMANDprivate static final SpectatorMenuCommandSpectatorMenu.DISABLED_NEXT_PAGE_COMMANDprivate static final SpectatorMenuCommandSpectatorMenu.NEXT_PAGE_COMMANDprivate static final SpectatorMenuCommandSpectatorMenu.PREVIOUS_PAGE_COMMANDFields in net.minecraft.client.gui.hud.spectator with type parameters of type SpectatorMenuCommandModifier and TypeFieldDescriptionprivate final List<SpectatorMenuCommand>SpectatorMenuState.commandsprivate final List<SpectatorMenuCommand>TeamTeleportSpectatorMenu.commandsprivate final List<SpectatorMenuCommand>RootSpectatorCommandGroup.elementsprivate final List<SpectatorMenuCommand>TeleportSpectatorMenu.elementsMethods 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 TypeMethodDescriptionRootSpectatorCommandGroup.getCommands()SpectatorMenu.getCommands()SpectatorMenuCommandGroup.getCommands()TeamTeleportSpectatorMenu.getCommands()TeleportSpectatorMenu.getCommands()Constructor parameters in net.minecraft.client.gui.hud.spectator with type arguments of type SpectatorMenuCommandModifierConstructorDescriptionSpectatorMenuState(SpectatorMenuCommandGroup group, List<SpectatorMenuCommand> commands, int selectedSlot)