public class ConfigurationGui extends MalisisGui
Modifier and Type | Field and Description |
---|---|
protected UIButton |
btnCancel |
protected UIButton |
btnSave |
protected UILabel |
comment |
protected java.util.HashMap<UIComponent,Setting> |
componentSettings |
protected java.util.ArrayList<UIPanel> |
pannels |
protected int |
windowHeight |
protected int |
windowWidth |
BLOCK_TEXTURE, cancelClose, constructed, focusedComponent, guiscreenBackground, hoveredComponent, inventoryContainer, ITEM_TEXTURE, lastClickButton, lastClickTime, lastMouseX, lastMouseY, renderer
Constructor and Description |
---|
ConfigurationGui(Settings settings) |
Modifier and Type | Method and Description |
---|---|
void |
construct()
Called before display() if this
MalisisGui is not constructed yet. |
void |
onButtonClick(UIButton.ClickEvent event) |
void |
onMouseOver(StateChangeEvent.HoveredStateChange event) |
addToScreen, animate, animate, clearScreen, close, currentGui, currentGui, display, display, doesGuiPauseGame, drawScreen, getComponentAt, getElapsedTime, getFocusedComponent, getGuiTexture, getHoveredComponent, getInventoryContainer, handleMouseInput, isGuiCloseKey, keyTyped, mouseClicked, mouseClickMove, mouseMovedOrUp, onGuiClosed, playSound, playSound, sendAction, setFocusedComponent, setHoveredComponent, setInventoryContainer, setWorldAndResolution, update, updateGui
actionPerformed, confirmClicked, drawBackground, drawCreativeTabHoveringText, drawDefaultBackground, drawHoveringText, drawWorldBackground, func_146283_a, getClipboardString, handleInput, handleKeyboardInput, initGui, isCtrlKeyDown, isShiftKeyDown, renderToolTip, setClipboardString, updateScreen
protected java.util.ArrayList<UIPanel> pannels
protected java.util.HashMap<UIComponent,Setting> componentSettings
protected int windowWidth
protected int windowHeight
protected UILabel comment
protected UIButton btnCancel
protected UIButton btnSave
public ConfigurationGui(Settings settings)
public void construct()
MalisisGui
MalisisGui
is not constructed yet.construct
in class MalisisGui
public void onMouseOver(StateChangeEvent.HoveredStateChange event)
public void onButtonClick(UIButton.ClickEvent event)