Uses of Interface
net.minecraft.client.gui.spectator.SpectatorMenuItem
Packages that use SpectatorMenuItem
Package
Description
-
Uses of SpectatorMenuItem in net.minecraft.client.gui.components.spectator
Methods in net.minecraft.client.gui.components.spectator with parameters of type SpectatorMenuItemModifier and TypeMethodDescriptionprivate void
SpectatorGui.renderSlot
(GuiGraphics pGuiGraphics, int pSlot, int pX, float pY, float pAlpha, SpectatorMenuItem pSpectatorMenuItem) -
Uses of SpectatorMenuItem in net.minecraft.client.gui.spectator
Classes in net.minecraft.client.gui.spectator that implement SpectatorMenuItemModifier and TypeClassDescriptionclass
(package private) static class
(package private) static class
Fields in net.minecraft.client.gui.spectator declared as SpectatorMenuItemModifier and TypeFieldDescriptionprivate static final SpectatorMenuItem
SpectatorMenu.CLOSE_ITEM
static final SpectatorMenuItem
SpectatorMenu.EMPTY_SLOT
private static final SpectatorMenuItem
SpectatorMenu.SCROLL_LEFT
private static final SpectatorMenuItem
SpectatorMenu.SCROLL_RIGHT_DISABLED
private static final SpectatorMenuItem
SpectatorMenu.SCROLL_RIGHT_ENABLED
Fields in net.minecraft.client.gui.spectator with type parameters of type SpectatorMenuItemModifier and TypeFieldDescriptionprivate final List
<SpectatorMenuItem> RootSpectatorMenuCategory.items
Methods in net.minecraft.client.gui.spectator that return SpectatorMenuItemModifier and TypeMethodDescriptionSpectatorMenu.getItem
(int pIndex) SpectatorMenu.getSelectedItem()
Methods in net.minecraft.client.gui.spectator that return types with arguments of type SpectatorMenuItem -
Uses of SpectatorMenuItem in net.minecraft.client.gui.spectator.categories
Classes in net.minecraft.client.gui.spectator.categories that implement SpectatorMenuItemModifier and TypeClassDescriptionclass
class
(package private) static class
Fields in net.minecraft.client.gui.spectator.categories with type parameters of type SpectatorMenuItemModifier and TypeFieldDescriptionprivate final List
<SpectatorMenuItem> SpectatorPage.items
private final List
<SpectatorMenuItem> TeleportToPlayerMenuCategory.items
private final List
<SpectatorMenuItem> TeleportToTeamMenuCategory.items
Methods in net.minecraft.client.gui.spectator.categories that return SpectatorMenuItemMethods in net.minecraft.client.gui.spectator.categories that return types with arguments of type SpectatorMenuItemModifier and TypeMethodDescriptionstatic Optional
<SpectatorMenuItem> TeleportToTeamMenuCategory.TeamSelectionItem.create
(Minecraft pMinecraft, PlayerTeam pTeam) private static List
<SpectatorMenuItem> TeleportToTeamMenuCategory.createTeamEntries
(Minecraft pMinecraft, Scoreboard pScoreboard) TeleportToPlayerMenuCategory.getItems()
TeleportToTeamMenuCategory.getItems()
Constructor parameters in net.minecraft.client.gui.spectator.categories with type arguments of type SpectatorMenuItem