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
Subclasses with type arguments of type MathOperation in dev.jorel.commandapi.wrappersModifier and TypeClassDescriptionenumA representation of the math operations for the Minecraft scoreboardMethods in dev.jorel.commandapi.wrappers that return MathOperationModifier and TypeMethodDescriptionstatic MathOperationMathOperation.fromString(String input) Creates a MathOperation from the Minecraft string representation (e.g. "=" or "/=")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.