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 voidSpectatorGui. 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 classPlayerMenuObject(package private) static classSpectatorMenu.EndSpectatorObject(package private) static classSpectatorMenu.MoveMenuObjectFields in net.minecraft.client.gui.spectator declared as ISpectatorMenuObject Modifier and Type Field Description private static ISpectatorMenuObjectSpectatorMenu. CLOSE_ITEMstatic ISpectatorMenuObjectSpectatorMenu. EMPTY_SLOTprivate static ISpectatorMenuObjectSpectatorMenu. SCROLL_LEFTprivate static ISpectatorMenuObjectSpectatorMenu. SCROLL_RIGHT_DISABLEDprivate static ISpectatorMenuObjectSpectatorMenu. SCROLL_RIGHT_ENABLEDFields in net.minecraft.client.gui.spectator with type parameters of type ISpectatorMenuObject Modifier and Type Field Description private java.util.List<ISpectatorMenuObject>BaseSpectatorGroup. itemsMethods in net.minecraft.client.gui.spectator that return ISpectatorMenuObject Modifier and Type Method Description ISpectatorMenuObjectSpectatorMenu. getItem(int p_178643_1_)ISpectatorMenuObjectSpectatorMenu. 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 classTeleportToPlayerclassTeleportToTeam(package private) classTeleportToTeam.TeamSelectionObjectFields in net.minecraft.client.gui.spectator.categories with type parameters of type ISpectatorMenuObject Modifier and Type Field Description private java.util.List<ISpectatorMenuObject>SpectatorDetails. itemsprivate java.util.List<ISpectatorMenuObject>TeleportToPlayer. itemsprivate java.util.List<ISpectatorMenuObject>TeleportToTeam. itemsMethods in net.minecraft.client.gui.spectator.categories that return ISpectatorMenuObject Modifier and Type Method Description ISpectatorMenuObjectSpectatorDetails. 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_)
-