Uses of Enum Class
dev.jorel.commandapi.wrappers.MathOperation
Packages that use MathOperation
Package
Description
Classes to be used as arguments for commands
Classes that access the NMS framework
Classes that are wrappers for various vanilla-related command features
-
Uses of MathOperation in dev.jorel.commandapi.arguments
Methods in dev.jorel.commandapi.arguments that return MathOperationModifier and TypeMethodDescription<CommandListenerWrapper>
MathOperationMathOperationArgument.parseArgument(NMS<CommandListenerWrapper> nms, com.mojang.brigadier.context.CommandContext<CommandListenerWrapper> cmdCtx, String key, Object[] previousArgs) Methods in dev.jorel.commandapi.arguments that return types with arguments of type MathOperation -
Uses of MathOperation in dev.jorel.commandapi.nms
Methods in dev.jorel.commandapi.nms that return MathOperationModifier and TypeMethodDescriptionNMS.getMathOperation(com.mojang.brigadier.context.CommandContext<CommandListenerWrapper> cmdCtx, String key) -
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.