public class SpectatorMenu
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ISpectatorMenuObject |
EMPTY_SLOT |
Constructor and Description |
---|
SpectatorMenu(ISpectatorMenuRecipient menu) |
Modifier and Type | Method and Description |
---|---|
void |
exit() |
SpectatorDetails |
getCurrentPage() |
ISpectatorMenuObject |
getItem(int index) |
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 menu)
public ISpectatorMenuObject getItem(int index)
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()