Uses of Enum Class
zombie.radio.globals.CompareResult
Packages that use CompareResult
-
Uses of CompareResult in zombie.radio.globals
Subclasses with type arguments of type CompareResult in zombie.radio.globalsMethods in zombie.radio.globals that return CompareResultModifier and TypeMethodDescriptionabstract CompareResult
RadioGlobal.compare
(RadioGlobal target, CompareMethod method) RadioGlobalBool.compare
(RadioGlobal target, CompareMethod method) RadioGlobalFloat.compare
(RadioGlobal target, CompareMethod method) RadioGlobalInt.compare
(RadioGlobal target, CompareMethod method) RadioGlobalsManager.compare
(String globalA, String globalB, CompareMethod compareMethod) RadioGlobalsManager.compare
(RadioGlobal A, RadioGlobal B, CompareMethod compareMethod) RadioGlobalString.compare
(RadioGlobal target, CompareMethod method) static CompareResult
Returns the enum constant of this class with the specified name.static CompareResult[]
CompareResult.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CompareResult in zombie.radio.script
Methods in zombie.radio.script that return CompareResult