Package zombie.radio.globals
Class RadioGlobalInt
java.lang.Object
zombie.radio.globals.RadioGlobal
zombie.radio.globals.RadioGlobalInt
-
Field Summary
Fields inherited from class zombie.radio.globals.RadioGlobal
name, type, value
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncompare
(RadioGlobal radioGlobal, CompareMethod compareMethod) int
getValue()
void
setValue
(int int1) boolean
setValue
(RadioGlobal radioGlobal, EditGlobalOps editGlobalOps) Methods inherited from class zombie.radio.globals.RadioGlobal
getName, getType
-
Constructor Details
-
RadioGlobalInt
public RadioGlobalInt(int int1) -
RadioGlobalInt
-
-
Method Details
-
getValue
public int getValue() -
setValue
public void setValue(int int1) -
getString
- Specified by:
getString
in classRadioGlobal
-
compare
- Specified by:
compare
in classRadioGlobal
-
setValue
- Specified by:
setValue
in classRadioGlobal
-