Class ScoreboardOperationArgument<C>

java.lang.Object
cloud.commandframework.arguments.CommandArgument<C,net.minecraft.commands.arguments.OperationArgument.Operation>
cloud.commandframework.fabric.argument.ScoreboardOperationArgument<C>
Type Parameters:
C - the sender type
All Implemented Interfaces:
cloud.commandframework.keys.CloudKeyHolder<net.minecraft.commands.arguments.OperationArgument.Operation>, Comparable<cloud.commandframework.arguments.CommandArgument<?,?>>

public final class ScoreboardOperationArgument<C> extends cloud.commandframework.arguments.CommandArgument<C,net.minecraft.commands.arguments.OperationArgument.Operation>
An argument for selecting any of the logical operations in OperationArgument.Operation.

These operations can be used to compare scores on a Scoreboard.

Since:
1.5.0