Class RadioGlobalFloat
-
Constructor Summary
ConstructorsConstructorDescriptionRadioGlobalFloat(float float0) RadioGlobalFloat(String string, float float0) -
Method Summary
Modifier and TypeMethodDescriptioncompare(RadioGlobal radioGlobal, CompareMethod compareMethod) floatgetValue()voidsetValue(float float0) booleansetValue(RadioGlobal radioGlobal, EditGlobalOps editGlobalOps) Methods inherited from class zombie.radio.globals.RadioGlobal
getName, getType
-
Constructor Details
-
RadioGlobalFloat
public RadioGlobalFloat(float float0) -
RadioGlobalFloat
-
-
Method Details
-
getValue
public float getValue() -
setValue
public void setValue(float float0) -
getString
- Specified by:
getStringin classRadioGlobal<Float>
-
compare
- Specified by:
comparein classRadioGlobal<Float>
-
setValue
- Specified by:
setValuein classRadioGlobal<Float>
-