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 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 ISpectatorMenuObjectModifier and TypeClassDescriptionclass
(package private) static class
(package private) static class
Fields in net.minecraft.client.gui.spectator declared as ISpectatorMenuObjectModifier and TypeFieldDescriptionprivate static final ISpectatorMenuObject
SpectatorMenu.CLOSE_ITEM
static final ISpectatorMenuObject
SpectatorMenu.EMPTY_SLOT
private static final ISpectatorMenuObject
SpectatorMenu.SCROLL_LEFT
private static final ISpectatorMenuObject
SpectatorMenu.SCROLL_RIGHT_DISABLED
private static final ISpectatorMenuObject
SpectatorMenu.SCROLL_RIGHT_ENABLED
Fields in net.minecraft.client.gui.spectator with type parameters of type ISpectatorMenuObjectModifier and TypeFieldDescriptionprivate final List<ISpectatorMenuObject>
BaseSpectatorGroup.items
Methods 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 TypeClassDescriptionclass
class
(package private) class
Fields in net.minecraft.client.gui.spectator.categories with type parameters of type ISpectatorMenuObjectModifier and TypeFieldDescriptionprivate final List<ISpectatorMenuObject>
SpectatorDetails.items
private final List<ISpectatorMenuObject>
TeleportToPlayer.items
private final List<ISpectatorMenuObject>
TeleportToTeam.items
Methods 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_)