public abstract class GuiOptionPane
extends GuiScreenWidget
| Modifier and Type | Class and Description |
|---|---|
class |
GuiOptionPane.ScrollPane |
| Modifier and Type | Field and Description |
|---|---|
GuiCCButton |
backButton |
GuiOptionPane.ScrollPane |
pane |
| Constructor and Description |
|---|
GuiOptionPane() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.lang.String ident,
java.lang.Object... params) |
void |
addWidgets() |
abstract int |
contentHeight() |
boolean |
doesGuiPauseGame() |
void |
drawBackground() |
java.awt.Rectangle |
drawBounds() |
abstract void |
drawContent(int mx,
int my,
float frame) |
void |
drawForeground() |
void |
drawTooltip() |
abstract GuiScreen |
getParentScreen() |
abstract java.lang.String |
getTitle() |
java.util.List<java.lang.String> |
handleTooltip(int mx,
int my,
java.util.List<java.lang.String> tooltip) |
void |
initGui() |
void |
keyTyped(char c,
int keycode) |
public GuiOptionPane.ScrollPane pane
public GuiCCButton backButton
public abstract int contentHeight()
public abstract void drawContent(int mx,
int my,
float frame)
public java.awt.Rectangle drawBounds()
public void initGui()
public void addWidgets()
public void actionPerformed(java.lang.String ident,
java.lang.Object... params)
public void keyTyped(char c,
int keycode)
public abstract GuiScreen getParentScreen()
public void drawBackground()
public void drawForeground()
public void drawTooltip()
public java.util.List<java.lang.String> handleTooltip(int mx,
int my,
java.util.List<java.lang.String> tooltip)
public abstract java.lang.String getTitle()
public boolean doesGuiPauseGame()