Uses of Interface
net.minecraft.client.gui.spectator.ISpectatorMenuView
-
Packages that use ISpectatorMenuView Package Description net.minecraft.client.gui.spectator net.minecraft.client.gui.spectator.categories -
-
Uses of ISpectatorMenuView in net.minecraft.client.gui.spectator
Classes in net.minecraft.client.gui.spectator that implement ISpectatorMenuView Modifier and Type Class Description class
BaseSpectatorGroup
Fields in net.minecraft.client.gui.spectator declared as ISpectatorMenuView Modifier and Type Field Description private ISpectatorMenuView
SpectatorMenu. category
Methods in net.minecraft.client.gui.spectator that return ISpectatorMenuView Modifier and Type Method Description ISpectatorMenuView
SpectatorMenu. getSelectedCategory()
Methods in net.minecraft.client.gui.spectator with parameters of type ISpectatorMenuView Modifier and Type Method Description void
SpectatorMenu. selectCategory(ISpectatorMenuView p_178647_1_)
-
Uses of ISpectatorMenuView in net.minecraft.client.gui.spectator.categories
Classes in net.minecraft.client.gui.spectator.categories that implement ISpectatorMenuView Modifier and Type Class Description class
TeleportToPlayer
class
TeleportToTeam
Fields in net.minecraft.client.gui.spectator.categories declared as ISpectatorMenuView Modifier and Type Field Description private ISpectatorMenuView
SpectatorDetails. category
Constructors in net.minecraft.client.gui.spectator.categories with parameters of type ISpectatorMenuView Constructor Description SpectatorDetails(ISpectatorMenuView p_i45494_1_, java.util.List<ISpectatorMenuObject> p_i45494_2_, int p_i45494_3_)
-