Uses of Enum Class
dev.jorel.commandapi.wrappers.MathOperation
Packages that use MathOperation
Package
Description
Classes that are wrappers for various vanilla-related command features
-
Uses of MathOperation in dev.jorel.commandapi.wrappers
Methods in dev.jorel.commandapi.wrappers that return MathOperationModifier and TypeMethodDescriptionstatic MathOperationMathOperation.fromString(String input) Creates a MathOperation from the Minecraft string representation (e.g.static MathOperationReturns the enum constant of this class with the specified name.static MathOperation[]MathOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.