Uses of Interface
net.minecraft.client.gui.hud.spectator.SpectatorMenuCommand
| Package | Description |
|---|---|
| net.minecraft.client.gui.hud | |
| net.minecraft.client.gui.hud.spectator |
-
Uses of SpectatorMenuCommand in net.minecraft.client.gui.hud
Methods in net.minecraft.client.gui.hud with parameters of type SpectatorMenuCommand Modifier and Type Method Description private voidSpectatorHud. renderSpectatorCommand(MatrixStack matrices, int int2, int int3, float float2, float float3, SpectatorMenuCommand spectatorMenuCommand) -
Uses of SpectatorMenuCommand in net.minecraft.client.gui.hud.spectator
Classes in net.minecraft.client.gui.hud.spectator that implement SpectatorMenuCommand Modifier and Type Class Description (package private) static classSpectatorMenu.ChangePageSpectatorMenuCommand(package private) static classSpectatorMenu.CloseSpectatorMenuCommandclassTeamTeleportSpectatorMenu(package private) classTeamTeleportSpectatorMenu.TeleportToSpecificTeamCommandclassTeleportSpectatorMenuclassTeleportToSpecificPlayerSpectatorCommandFields in net.minecraft.client.gui.hud.spectator declared as SpectatorMenuCommand Modifier and Type Field Description static SpectatorMenuCommandSpectatorMenu. BLANK_COMMANDprivate static SpectatorMenuCommandSpectatorMenu. CLOSE_COMMANDprivate static SpectatorMenuCommandSpectatorMenu. DISABLED_NEXT_PAGE_COMMANDprivate static SpectatorMenuCommandSpectatorMenu. NEXT_PAGE_COMMANDprivate static SpectatorMenuCommandSpectatorMenu. PREVIOUS_PAGE_COMMANDFields in net.minecraft.client.gui.hud.spectator with type parameters of type SpectatorMenuCommand Modifier and Type Field Description private List<SpectatorMenuCommand>SpectatorMenuState. commandsprivate List<SpectatorMenuCommand>TeamTeleportSpectatorMenu. commandsprivate List<SpectatorMenuCommand>RootSpectatorCommandGroup. elementsprivate List<SpectatorMenuCommand>TeleportSpectatorMenu. elementsMethods in net.minecraft.client.gui.hud.spectator that return SpectatorMenuCommand Modifier and Type Method Description SpectatorMenuCommandSpectatorMenu. getCommand(int slot)SpectatorMenuCommandSpectatorMenuState. getCommand(int slot)SpectatorMenuCommandSpectatorMenu. getSelectedCommand()Methods in net.minecraft.client.gui.hud.spectator that return types with arguments of type SpectatorMenuCommand Modifier and Type Method Description List<SpectatorMenuCommand>RootSpectatorCommandGroup. getCommands()List<SpectatorMenuCommand>SpectatorMenu. getCommands()List<SpectatorMenuCommand>SpectatorMenuCommandGroup. getCommands()List<SpectatorMenuCommand>TeamTeleportSpectatorMenu. getCommands()List<SpectatorMenuCommand>TeleportSpectatorMenu. getCommands()Constructor parameters in net.minecraft.client.gui.hud.spectator with type arguments of type SpectatorMenuCommand Constructor Description SpectatorMenuState(List<SpectatorMenuCommand> commands, int selectedSlot)