Uses of Enum Class
zombie.radio.globals.EditGlobalOps
Packages that use EditGlobalOps
-
Uses of EditGlobalOps in zombie.radio.globals
Subclasses with type arguments of type EditGlobalOps in zombie.radio.globalsMethods in zombie.radio.globals that return EditGlobalOpsModifier and TypeMethodDescriptionEditGlobal.getOperator()static EditGlobalOpsReturns the enum constant of this class with the specified name.static EditGlobalOps[]EditGlobalOps.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.radio.globals with parameters of type EditGlobalOpsModifier and TypeMethodDescriptionbooleanRadioGlobalsManager.setGlobal(String string, RadioGlobal radioGlobal1, EditGlobalOps editGlobalOps) abstract booleanRadioGlobal.setValue(RadioGlobal var1, EditGlobalOps var2) booleanRadioGlobalBool.setValue(RadioGlobal radioGlobal, EditGlobalOps editGlobalOps) booleanRadioGlobalFloat.setValue(RadioGlobal radioGlobal, EditGlobalOps editGlobalOps) booleanRadioGlobalInt.setValue(RadioGlobal radioGlobal, EditGlobalOps editGlobalOps) booleanRadioGlobalString.setValue(RadioGlobal radioGlobal, EditGlobalOps editGlobalOps) Constructors in zombie.radio.globals with parameters of type EditGlobalOpsModifierConstructorDescriptionEditGlobal(RadioGlobal radioGlobal0, EditGlobalOps editGlobalOps, RadioGlobal radioGlobal1)