public class GuiOptionList
extends GuiScreenWidget
| Modifier and Type | Class and Description |
|---|---|
class |
GuiOptionList.OptionScrollSlot |
| Modifier and Type | Field and Description |
|---|---|
protected GuiCCButton |
backButton |
protected OptionList |
optionList |
protected GuiScreen |
parent |
protected GuiOptionList.OptionScrollSlot |
slot |
protected boolean |
world |
protected GuiCCButton |
worldButton |
| Constructor and Description |
|---|
GuiOptionList(GuiScreen parent,
OptionList optionList,
boolean world) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.lang.String ident,
java.lang.Object... params) |
void |
addWidgets() |
boolean |
doesGuiPauseGame() |
void |
drawBackground() |
void |
drawForeground() |
void |
initGui() |
void |
keyTyped(char c,
int keycode) |
void |
resize() |
boolean |
worldConfig() |
protected final GuiScreen parent
protected final OptionList optionList
protected boolean world
protected GuiOptionList.OptionScrollSlot slot
protected GuiCCButton backButton
protected GuiCCButton worldButton
public GuiOptionList(GuiScreen parent,
OptionList optionList,
boolean world)
public void initGui()
public void resize()
public void addWidgets()
public void actionPerformed(java.lang.String ident,
java.lang.Object... params)
public void drawBackground()
public void drawForeground()
public boolean doesGuiPauseGame()
public void keyTyped(char c,
int keycode)
public boolean worldConfig()