Uses of Interface
net.minecraft.client.gui.spectator.ISpectatorMenuObject
-
Packages that use ISpectatorMenuObject Package Description net.minecraft.client.gui net.minecraft.client.gui.spectator net.minecraft.client.gui.spectator.categories -
-
Uses of ISpectatorMenuObject in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type ISpectatorMenuObject Modifier and Type Method Description private void
SpectatorGui. renderSlot(MatrixStack p_238530_1_, int p_238530_2_, int p_238530_3_, float p_238530_4_, float p_238530_5_, ISpectatorMenuObject p_238530_6_)
-
Uses of ISpectatorMenuObject in net.minecraft.client.gui.spectator
Classes in net.minecraft.client.gui.spectator that implement ISpectatorMenuObject Modifier and Type Class Description class
PlayerMenuObject
(package private) static class
SpectatorMenu.EndSpectatorObject
(package private) static class
SpectatorMenu.MoveMenuObject
Fields in net.minecraft.client.gui.spectator declared as ISpectatorMenuObject Modifier and Type Field Description private static ISpectatorMenuObject
SpectatorMenu. CLOSE_ITEM
static ISpectatorMenuObject
SpectatorMenu. EMPTY_SLOT
private static ISpectatorMenuObject
SpectatorMenu. SCROLL_LEFT
private static ISpectatorMenuObject
SpectatorMenu. SCROLL_RIGHT_DISABLED
private static ISpectatorMenuObject
SpectatorMenu. SCROLL_RIGHT_ENABLED
Fields in net.minecraft.client.gui.spectator with type parameters of type ISpectatorMenuObject Modifier and Type Field Description private java.util.List<ISpectatorMenuObject>
BaseSpectatorGroup. items
Methods in net.minecraft.client.gui.spectator that return ISpectatorMenuObject Modifier and Type Method Description ISpectatorMenuObject
SpectatorMenu. getItem(int p_178643_1_)
ISpectatorMenuObject
SpectatorMenu. getSelectedItem()
Methods in net.minecraft.client.gui.spectator that return types with arguments of type ISpectatorMenuObject Modifier and Type Method Description java.util.List<ISpectatorMenuObject>
BaseSpectatorGroup. getItems()
java.util.List<ISpectatorMenuObject>
ISpectatorMenuView. getItems()
java.util.List<ISpectatorMenuObject>
SpectatorMenu. getItems()
-
Uses of ISpectatorMenuObject in net.minecraft.client.gui.spectator.categories
Classes in net.minecraft.client.gui.spectator.categories that implement ISpectatorMenuObject Modifier and Type Class Description class
TeleportToPlayer
class
TeleportToTeam
(package private) class
TeleportToTeam.TeamSelectionObject
Fields in net.minecraft.client.gui.spectator.categories with type parameters of type ISpectatorMenuObject Modifier and Type Field Description private java.util.List<ISpectatorMenuObject>
SpectatorDetails. items
private java.util.List<ISpectatorMenuObject>
TeleportToPlayer. items
private java.util.List<ISpectatorMenuObject>
TeleportToTeam. items
Methods in net.minecraft.client.gui.spectator.categories that return ISpectatorMenuObject Modifier and Type Method Description ISpectatorMenuObject
SpectatorDetails. getItem(int p_178680_1_)
Methods in net.minecraft.client.gui.spectator.categories that return types with arguments of type ISpectatorMenuObject Modifier and Type Method Description java.util.List<ISpectatorMenuObject>
TeleportToPlayer. getItems()
java.util.List<ISpectatorMenuObject>
TeleportToTeam. getItems()
Constructor parameters in net.minecraft.client.gui.spectator.categories with type arguments of type ISpectatorMenuObject Constructor Description SpectatorDetails(ISpectatorMenuView p_i45494_1_, java.util.List<ISpectatorMenuObject> p_i45494_2_, int p_i45494_3_)
-