Class SettableBooleanSuppler
java.lang.Object
xbot.common.controls.sensors.buttons.SettableBooleanSuppler
- All Implemented Interfaces:
BooleanSupplier
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SettableBooleanSuppler
public SettableBooleanSuppler(boolean defaultValue)
-
-
Method Details
-
getAsBoolean
public boolean getAsBoolean()- Specified by:
getAsBoolean
in interfaceBooleanSupplier
-
set
public void set(boolean value) -
toggle
public void toggle()
-