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, currentGuiScale, displayHeight, displayWidth, focusedComponent, guiscreenBackground, hoveredComponent, inventoryContainer, isOverlay, keyListeners, lastClickButton, lastClickTime, lastMouseX, lastMouseY, renderer, resolution| Constructor and Description |
|---|
ConfigurationGui(IMalisisMod mod,
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) |
addDebug, addToScreen, animate, animate, clearScreen, close, closeOverlay, currentGui, currentGui, display, display, displayOverlay, doConstruct, doesGuiPauseGame, drawScreen, getComponentAt, getElapsedTime, getFocusedComponent, getGuiTexture, getHoveredComponent, getInventoryContainer, getRenderer, handleMouseInput, isGuiCloseKey, keyEvent, keyTyped, mouseClicked, mouseClickMove, mouseReleased, onGuiClosed, playSound, playSound, registerKeyListener, removeDebug, renderOverlay, sendAction, setFocusedComponent, setHoveredComponent, setInventoryContainer, setResolution, setWorldAndResolution, unregisterKeyListener, update, updateGuiactionPerformed, addButton, confirmClicked, drawBackground, drawCreativeTabHoveringText, drawDefaultBackground, drawHoveringText, drawHoveringText, drawWorldBackground, getClipboardString, handleComponentClick, handleComponentHover, handleInput, handleKeyboardInput, initGui, isAltKeyDown, isCtrlKeyDown, isKeyComboCtrlA, isKeyComboCtrlC, isKeyComboCtrlV, isKeyComboCtrlX, isShiftKeyDown, onResize, renderToolTip, sendChatMessage, sendChatMessage, setClipboardString, setGuiSize, setText, updateScreenprotected 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(IMalisisMod mod, Settings settings)
public void construct()
MalisisGuiMalisisGui is not constructed yet.construct in class MalisisGuipublic void onMouseOver(StateChangeEvent.HoveredStateChange<?> event)
public void onButtonClick(UIButton.ClickEvent event)