Uses of Interface
net.minecraft.command.argument.OperationArgumentType.Operation
Packages that use OperationArgumentType.Operation
-
Uses of OperationArgumentType.Operation in net.minecraft.command.argument
Subinterfaces of OperationArgumentType.Operation in net.minecraft.command.argumentMethods in net.minecraft.command.argument that return OperationArgumentType.OperationModifier and TypeMethodDescriptionOperationArgumentType.getOperation(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) private static OperationArgumentType.OperationOperationArgumentType.getOperator(String operator) OperationArgumentType.parse(com.mojang.brigadier.StringReader stringReader) -
Uses of OperationArgumentType.Operation in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type OperationArgumentType.OperationModifier and TypeMethodDescriptionprivate static intScoreboardCommand.executeOperation(ServerCommandSource source, Collection<String> targets, ScoreboardObjective targetObjective, OperationArgumentType.Operation operation, Collection<String> sources, ScoreboardObjective sourceObjectives)