public class SpectatorMenu
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static ISpectatorMenuObject | 
EMPTY_SLOT  | 
| Constructor and Description | 
|---|
SpectatorMenu(ISpectatorMenuRecipient p_i45497_1_)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
exit()  | 
SpectatorDetails | 
getCurrentPage()  | 
ISpectatorMenuObject | 
getItem(int p_178643_1_)  | 
java.util.List<ISpectatorMenuObject> | 
getItems()  | 
ISpectatorMenuView | 
getSelectedCategory()  | 
ISpectatorMenuObject | 
getSelectedItem()  | 
int | 
getSelectedSlot()  | 
void | 
selectCategory(ISpectatorMenuView menuView)  | 
void | 
selectSlot(int slotIn)  | 
public static final ISpectatorMenuObject EMPTY_SLOT
public SpectatorMenu(ISpectatorMenuRecipient p_i45497_1_)
public ISpectatorMenuObject getItem(int p_178643_1_)
public java.util.List<ISpectatorMenuObject> getItems()
public ISpectatorMenuObject getSelectedItem()
public ISpectatorMenuView getSelectedCategory()
public void selectSlot(int slotIn)
public void exit()
public int getSelectedSlot()
public void selectCategory(ISpectatorMenuView menuView)
public SpectatorDetails getCurrentPage()