Class AnalogInputProperty<T>
java.lang.Object
dev.prozilla.pine.common.property.mutable.SimpleMutableObjectProperty<T>
dev.prozilla.pine.common.property.input.AnalogInputProperty<T>
- All Implemented Interfaces:
MutableObjectProperty<T>,MutableProperty<T>,Property<T>,Functor<T>
- Direct Known Subclasses:
GamepadAxesProperty,GamepadAxisProperty
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.prozilla.pine.common.property.mutable.SimpleMutableObjectProperty
getValue, onValueChange, setValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.prozilla.pine.common.property.mutable.MutableObjectProperty
setNull, stealMethods inherited from interface dev.prozilla.pine.common.property.mutable.MutableProperty
modifyValue, swapValue, viewPropertyMethods inherited from interface dev.prozilla.pine.common.property.Property
getValueOr, hasValue, hasValueProperty, isNotNull, isNotNullProperty, isNull, map, replaceNull, requireValue, snapshot, toStringProperty
-
Constructor Details
-
AnalogInputProperty
-
-
Method Details
-
getThreshold
public float getThreshold() -
setThreshold
public void setThreshold(float threshold) -
thresholdProperty
-