| Modifier and Type | Class and Description |
|---|---|
static interface |
FloatProperty.Get<T> |
static interface |
FloatProperty.Set<T> |
| Constructor and Description |
|---|
FloatProperty(String name) |
| Modifier and Type | Method and Description |
|---|---|
static <T> FloatProperty<T> |
create(Property<T,Float> baseProperty) |
static <T> FloatProperty<T> |
create(String name,
FloatProperty.Get<T> getter,
FloatProperty.Set<T> setter) |
abstract void |
set(T object,
Float value) |
public FloatProperty(String name)
public static <T> FloatProperty<T> create(Property<T,Float> baseProperty)
public static <T> FloatProperty<T> create(String name, FloatProperty.Get<T> getter, FloatProperty.Set<T> setter)