public static class GUI.GuiChekBox
extends net.risingworld.api.gui.GuiPanel
implements net.risingworld.api.events.Listener
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCheckt() |
void |
onChekBoxClick(net.risingworld.api.events.player.gui.PlayerGuiElementClickEvent event) |
void |
setCallback(net.risingworld.api.callbacks.Callback callback) |
void |
setCheck(boolean check) |
void |
setCheckBoxColor(int colorCheckBoxON,
int colorCheckBoxOFF) |
addChild, destroy, equals, getAlpha, getBorderColor, getBorderThickness, getChildren, getColor, getHeight, getHoverColor, getID, getParent, getParentID, getPivot, getPositionX, getPositionY, getWidth, hashCode, isAlwaysInBackground, isAlwaysOnTop, isRelativeBorderThickness, isRelativePosition, isRelativeSize, isVisible, onClick, refresh, removeAllChildren, removeChild, removeFromParent, setAlpha, setAlwaysInBackground, setAlwaysOnTop, setBorderColor, setBorderColor, setBorderThickness, setColor, setColor, setPivot, setPosition, setSize, setVisiblepublic void setCheckBoxColor(int colorCheckBoxON,
int colorCheckBoxOFF)
public void setCheck(boolean check)
public boolean isCheckt()
public void setCallback(net.risingworld.api.callbacks.Callback callback)
public void onChekBoxClick(net.risingworld.api.events.player.gui.PlayerGuiElementClickEvent event)