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 classBaseSpectatorGroupFields in net.minecraft.client.gui.spectator declared as ISpectatorMenuView Modifier and Type Field Description private ISpectatorMenuViewSpectatorMenu. categoryMethods in net.minecraft.client.gui.spectator that return ISpectatorMenuView Modifier and Type Method Description ISpectatorMenuViewSpectatorMenu. getSelectedCategory()Methods in net.minecraft.client.gui.spectator with parameters of type ISpectatorMenuView Modifier and Type Method Description voidSpectatorMenu. 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 classTeleportToPlayerclassTeleportToTeamFields in net.minecraft.client.gui.spectator.categories declared as ISpectatorMenuView Modifier and Type Field Description private ISpectatorMenuViewSpectatorDetails. categoryConstructors 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_)
-