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