Package mindustry.ui
Class Elems
java.lang.Object
mindustry.ui.Elems
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic arc.scene.ui.ButtonFancy check box with a background.static arc.scene.ui.ButtonFancy check box with a background.static arc.scene.ui.ButtonFancy check box with a background.
-
Constructor Details
-
Elems
public Elems()
-
-
Method Details
-
check
public static arc.scene.ui.Button check(String text, arc.func.Boolp checked, arc.func.Boolc listener) Fancy check box with a background. Not a real check box. -
check
Fancy check box with a background. Not a real check box. -
check
public static arc.scene.ui.Button check(String text, boolean currentChecked, @Nullable arc.func.Boolp checked, arc.func.Boolc listener) Fancy check box with a background. Not a real check box.
-