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 interfaceMethods in net.minecraft.commands.arguments that return OperationArgument.OperationModifier and TypeMethodDescriptionstatic OperationArgument.OperationOperationArgument.getOperation(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) private static OperationArgument.OperationOperationArgument.getOperation(String pName) Makes anOperationArgument.Operationinstance based on the given name.OperationArgument.parse(com.mojang.brigadier.StringReader pReader) -
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 pSource, Collection<ScoreHolder> pTargets, Objective pTargetObjectives, OperationArgument.Operation pOperation, Collection<ScoreHolder> pSourceEntities, Objective pSourceObjective)