Uses of Enum Class
io.github.projectunified.craftcommand.example.standalone.CalculatorCommand.MathOp
Packages that use CalculatorCommand.MathOp
-
Uses of CalculatorCommand.MathOp in io.github.projectunified.craftcommand.example.standalone
Methods in io.github.projectunified.craftcommand.example.standalone that return CalculatorCommand.MathOpModifier and TypeMethodDescriptionstatic CalculatorCommand.MathOpReturns the enum constant of this class with the specified name.static CalculatorCommand.MathOp[]CalculatorCommand.MathOp.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.projectunified.craftcommand.example.standalone with parameters of type CalculatorCommand.MathOpModifier and TypeMethodDescriptionvoidCalculatorCommand.enumOp(Object sender, CalculatorCommand.MathOp op, int num1, int num2)