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 p_281411_, int p_283536_, int p_281853_, float p_282693_, float p_281955_, SpectatorMenuItem p_283370_) -
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 p_101788_) 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 p_260048_, PlayerTeam p_259058_) private static List<SpectatorMenuItem>
TeleportToTeamMenuCategory.createTeamEntries
(Minecraft p_260258_, Scoreboard p_259249_) TeleportToPlayerMenuCategory.getItems()
TeleportToTeamMenuCategory.getItems()
Constructor parameters in net.minecraft.client.gui.spectator.categories with type arguments of type SpectatorMenuItem