Uses of Interface
net.minecraft.client.gui.spectator.ISpectatorMenuObject
Packages that use ISpectatorMenuObject
Package
Description
-
Uses of ISpectatorMenuObject in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type ISpectatorMenuObjectModifier and TypeMethodDescriptionprivate 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 ISpectatorMenuObjectModifier and TypeClassDescriptionclass(package private) static class(package private) static classFields in net.minecraft.client.gui.spectator declared as ISpectatorMenuObjectModifier and TypeFieldDescriptionprivate static final ISpectatorMenuObjectSpectatorMenu.CLOSE_ITEMstatic final ISpectatorMenuObjectSpectatorMenu.EMPTY_SLOTprivate static final ISpectatorMenuObjectSpectatorMenu.SCROLL_LEFTprivate static final ISpectatorMenuObjectSpectatorMenu.SCROLL_RIGHT_DISABLEDprivate static final ISpectatorMenuObjectSpectatorMenu.SCROLL_RIGHT_ENABLEDFields in net.minecraft.client.gui.spectator with type parameters of type ISpectatorMenuObjectModifier and TypeFieldDescriptionprivate final List<ISpectatorMenuObject>BaseSpectatorGroup.itemsMethods in net.minecraft.client.gui.spectator that return ISpectatorMenuObjectModifier and TypeMethodDescriptionSpectatorMenu.getItem(int p_178643_1_) SpectatorMenu.getSelectedItem()Methods in net.minecraft.client.gui.spectator that return types with arguments of type ISpectatorMenuObject -
Uses of ISpectatorMenuObject in net.minecraft.client.gui.spectator.categories
Classes in net.minecraft.client.gui.spectator.categories that implement ISpectatorMenuObjectModifier and TypeClassDescriptionclassclass(package private) classFields in net.minecraft.client.gui.spectator.categories with type parameters of type ISpectatorMenuObjectModifier and TypeFieldDescriptionprivate final List<ISpectatorMenuObject>SpectatorDetails.itemsprivate final List<ISpectatorMenuObject>TeleportToPlayer.itemsprivate final List<ISpectatorMenuObject>TeleportToTeam.itemsMethods in net.minecraft.client.gui.spectator.categories that return ISpectatorMenuObjectMethods in net.minecraft.client.gui.spectator.categories that return types with arguments of type ISpectatorMenuObjectConstructor parameters in net.minecraft.client.gui.spectator.categories with type arguments of type ISpectatorMenuObjectModifierConstructorDescriptionSpectatorDetails(ISpectatorMenuView p_i45494_1_, List<ISpectatorMenuObject> p_i45494_2_, int p_i45494_3_)