static class SpectatorMenu.MoveMenuObject extends java.lang.Object implements ISpectatorMenuObject
| Modifier and Type | Field and Description | 
|---|---|
private int | 
direction  | 
private boolean | 
enabled  | 
| Constructor and Description | 
|---|
MoveMenuObject(int p_i45495_1_,
              boolean p_i45495_2_)  | 
| Modifier and Type | Method and Description | 
|---|---|
ITextComponent | 
getSpectatorName()  | 
boolean | 
isEnabled()  | 
void | 
renderIcon(float brightness,
          int alpha)  | 
void | 
selectItem(SpectatorMenu menu)  | 
public void selectItem(SpectatorMenu menu)
selectItem in interface ISpectatorMenuObjectpublic ITextComponent getSpectatorName()
getSpectatorName in interface ISpectatorMenuObjectpublic void renderIcon(float brightness,
                       int alpha)
renderIcon in interface ISpectatorMenuObjectpublic boolean isEnabled()
isEnabled in interface ISpectatorMenuObject