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(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, String name) private static OperationArgument.OperationOperationArgument.getOperation(String op) Makes anOperationArgument.Operationinstance based on the given name.OperationArgument.parse(com.mojang.brigadier.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)