Package zombie.radio.globals
Class RadioGlobal
java.lang.Object
zombie.radio.globals.RadioGlobal
- Direct Known Subclasses:
RadioGlobalBool
,RadioGlobalFloat
,RadioGlobalInt
,RadioGlobalString
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
RadioGlobal
(Object object, RadioGlobalType radioGlobalType) protected
RadioGlobal
(String string, Object object, RadioGlobalType radioGlobalType) -
Method Summary
Modifier and TypeMethodDescriptionabstract CompareResult
compare
(RadioGlobal radioGlobal, CompareMethod compareMethod) final String
getName()
abstract String
final RadioGlobalType
getType()
abstract boolean
setValue
(RadioGlobal radioGlobal, EditGlobalOps editGlobalOps)
-
Field Details
-
name
-
value
-
type
-
-
Constructor Details
-
RadioGlobal
-
RadioGlobal
-
-
Method Details
-
getType
-
getName
-
getString
-
compare
-
setValue
-