Uses of Interface
net.minecraft.commands.arguments.OperationArgument.Operation
Packages that use OperationArgument.Operation
-
Uses of OperationArgument.Operation in net.minecraft.commands.arguments
Subinterfaces of OperationArgument.Operation in net.minecraft.commands.argumentsClasses in net.minecraft.commands.arguments that implement interfaces with type arguments of type OperationArgument.OperationMethods in net.minecraft.commands.arguments that return OperationArgument.OperationModifier and TypeMethodDescriptionstatic OperationArgument.OperationOperationArgument.getOperation(CommandContext<CommandSourceStack> context, String name) private static OperationArgument.OperationOperationArgument.getOperation(String op) OperationArgument.parse(StringReader reader) -
Uses of OperationArgument.Operation in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type OperationArgument.OperationModifier and TypeMethodDescriptionprivate static intScoreboardCommand.performOperation(CommandSourceStack source, Collection<ScoreHolder> targets, Objective targetObjective, OperationArgument.Operation operation, Collection<ScoreHolder> sources, Objective sourceObjective)