Uses of Interface
net.minecraft.command.argument.OperationArgumentType.Operation
-
Uses of OperationArgumentType.Operation in net.minecraft.command.argument
Modifier and TypeMethodDescriptionOperationArgumentType.getOperation(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string)
private static OperationArgumentType.Operation
OperationArgumentType.getOperator(String string)
OperationArgumentType.parse(com.mojang.brigadier.StringReader stringReader)
-
Uses of OperationArgumentType.Operation in net.minecraft.server.command
Modifier and TypeMethodDescriptionprivate static int
ScoreboardCommand.executeOperation(ServerCommandSource source, Collection<String> targets, ScoreboardObjective targetObjective, OperationArgumentType.Operation operation, Collection<String> sources, ScoreboardObjective sourceObjectives)