Uses of Class
org.refcodes.cli.FloatProperty
-
Uses of FloatProperty in org.refcodes.cli
Methods in org.refcodes.cli that return FloatPropertyModifier and TypeMethodDescriptionstatic FloatPropertyCliSugar.floatProperty(Character aShortOption, String aLongOption, String aDescription) Instantiates a newFloatPropertywith the given arguments.static FloatPropertyCliSugar.floatProperty(Character aShortOption, String aLongOption, String aAlias, String aDescription) Instantiates a newFloatPropertywith the given arguments.static FloatPropertyCliSugar.floatProperty(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<FloatProperty> aConsumer) Instantiates a newFloatPropertywith the given arguments.static FloatPropertyCliSugar.floatProperty(Character aShortOption, String aLongOption, String aDescription, Consumer<FloatProperty> aConsumer) Instantiates a newFloatPropertywith the given arguments.static FloatPropertyCliSugar.floatProperty(String aLongOption, String aDescription) Instantiates a newFloatPropertywith the given arguments.static FloatPropertyCliSugar.floatProperty(String aLongOption, String aAlias, String aDescription) Instantiates a newFloatPropertywith the given arguments.static FloatPropertyCliSugar.floatProperty(String aLongOption, String aAlias, String aDescription, Consumer<FloatProperty> aConsumer) Instantiates a newFloatPropertywith the given arguments.static FloatPropertyCliSugar.floatProperty(String aLongOption, String aDescription, Consumer<FloatProperty> aConsumer) Instantiates a newFloatPropertywith the given arguments.FloatProperty.withVisible(boolean isVisible) Visibility in this context means displaying or hiding thisTerm's existence to the user (defaults totrue).Method parameters in org.refcodes.cli with type arguments of type FloatPropertyModifier and TypeMethodDescriptionstatic FloatPropertyCliSugar.floatProperty(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<FloatProperty> aConsumer) Instantiates a newFloatPropertywith the given arguments.static FloatPropertyCliSugar.floatProperty(Character aShortOption, String aLongOption, String aDescription, Consumer<FloatProperty> aConsumer) Instantiates a newFloatPropertywith the given arguments.static FloatPropertyCliSugar.floatProperty(String aLongOption, String aAlias, String aDescription, Consumer<FloatProperty> aConsumer) Instantiates a newFloatPropertywith the given arguments.static FloatPropertyCliSugar.floatProperty(String aLongOption, String aDescription, Consumer<FloatProperty> aConsumer) Instantiates a newFloatPropertywith the given arguments.Constructor parameters in org.refcodes.cli with type arguments of type FloatPropertyModifierConstructorDescriptionFloatProperty(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<FloatProperty> aConsumer) Instantiates a newFloatPropertywith the given arguments.FloatProperty(Character aShortOption, String aLongOption, String aDescription, Consumer<FloatProperty> aConsumer) Instantiates a newFloatPropertywith the given arguments.FloatProperty(String aLongOption, String aAlias, String aDescription, Consumer<FloatProperty> aConsumer) Instantiates a newFloatPropertywith the given arguments.FloatProperty(String aLongOption, String aDescription, Consumer<FloatProperty> aConsumer) Instantiates a newFloatPropertywith the given arguments.FloatProperty(org.refcodes.struct.Relation<String, Float> aProperty, Consumer<FloatProperty> aConsumer) Instantiates a newFloatPropertywith the alias being the proerty's key and the value being the property's value.