Package | Description |
---|---|
net.minecraft.client.gui | |
net.minecraft.client.gui.spectator | |
net.minecraft.client.gui.spectator.categories |
Modifier and Type | Method and Description |
---|---|
private void |
GuiSpectator.renderSlot(int p_175266_1_,
int p_175266_2_,
float p_175266_3_,
float p_175266_4_,
ISpectatorMenuObject p_175266_5_) |
Modifier and Type | Class and Description |
---|---|
class |
PlayerMenuObject |
(package private) static class |
SpectatorMenu.EndSpectatorObject |
(package private) static class |
SpectatorMenu.MoveMenuObject |
Modifier and Type | Field and Description |
---|---|
private static ISpectatorMenuObject |
SpectatorMenu.CLOSE_ITEM |
static ISpectatorMenuObject |
SpectatorMenu.EMPTY_SLOT |
private static ISpectatorMenuObject |
SpectatorMenu.SCROLL_LEFT |
private static ISpectatorMenuObject |
SpectatorMenu.SCROLL_RIGHT_DISABLED |
private static ISpectatorMenuObject |
SpectatorMenu.SCROLL_RIGHT_ENABLED |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ISpectatorMenuObject> |
BaseSpectatorGroup.items |
Modifier and Type | Method and Description |
---|---|
ISpectatorMenuObject |
SpectatorMenu.getItem(int index) |
ISpectatorMenuObject |
SpectatorMenu.getSelectedItem() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ISpectatorMenuObject> |
BaseSpectatorGroup.getItems() |
java.util.List<ISpectatorMenuObject> |
SpectatorMenu.getItems() |
java.util.List<ISpectatorMenuObject> |
ISpectatorMenuView.getItems() |
Modifier and Type | Class and Description |
---|---|
class |
TeleportToPlayer |
class |
TeleportToTeam |
(package private) class |
TeleportToTeam.TeamSelectionObject |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ISpectatorMenuObject> |
TeleportToTeam.items |
private java.util.List<ISpectatorMenuObject> |
TeleportToPlayer.items |
private java.util.List<ISpectatorMenuObject> |
SpectatorDetails.items |
Modifier and Type | Method and Description |
---|---|
ISpectatorMenuObject |
SpectatorDetails.getObject(int index) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ISpectatorMenuObject> |
TeleportToTeam.getItems() |
java.util.List<ISpectatorMenuObject> |
TeleportToPlayer.getItems() |
Constructor and Description |
---|
SpectatorDetails(ISpectatorMenuView categoryIn,
java.util.List<ISpectatorMenuObject> itemsIn,
int selectedIndex) |