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.argumentsModifier and TypeInterfaceDescription(package private) static interface
Methods in net.minecraft.commands.arguments that return OperationArgument.OperationModifier and TypeMethodDescriptionstatic OperationArgument.Operation
OperationArgument.getOperation
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, String name) private static OperationArgument.Operation
OperationArgument.getOperation
(String name) Makes anOperationArgument.Operation
instance 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 int
ScoreboardCommand.performOperation
(CommandSourceStack source, Collection<ScoreHolder> targets, Objective targetObjectives, OperationArgument.Operation operation, Collection<ScoreHolder> sourceEntities, Objective sourceObjective)