Class FloatPropertyListener
java.lang.Object
johnsmith.configoverhauled.api.listener.AbstractPropertyListener<Float>
johnsmith.configoverhauled.api.listener.BoundedPropertyListener<Float>
johnsmith.configoverhauled.api.listener.FloatPropertyListener
- All Implemented Interfaces:
Property.Listener
-
Field Summary
Fields inherited from class BoundedPropertyListener
lowerBound, upperBoundFields inherited from class AbstractPropertyListener
cachedProperty, defaultValue, description, initialized, typeDefinition -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFloatPropertyListener(ConfigDescription description, Float defaultValue) protectedFloatPropertyListener(ConfigDescription description, Float defaultValue, Float lowerBound, Float upperBound) -
Method Summary
Methods inherited from class BoundedPropertyListener
resolvePropertyMethods inherited from class AbstractPropertyListener
onPropertyChanged, onPropertyInvalidated
-
Constructor Details
-
FloatPropertyListener
protected FloatPropertyListener(ConfigDescription description, Float defaultValue, Float lowerBound, Float upperBound) -
FloatPropertyListener
-