Uses of Interface
net.minecraft.command.argument.OperationArgumentType.Operation
| Package | Description |
|---|---|
| net.minecraft.command.argument | |
| net.minecraft.server.command |
-
Uses of OperationArgumentType.Operation in net.minecraft.command.argument
Subinterfaces of OperationArgumentType.Operation in net.minecraft.command.argument Modifier and Type Interface Description (package private) static interfaceOperationArgumentType.IntOperatorMethods in net.minecraft.command.argument that return OperationArgumentType.Operation Modifier and Type Method Description static OperationArgumentType.OperationOperationArgumentType. getOperation(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string)private static OperationArgumentType.OperationOperationArgumentType. getOperator(String string)OperationArgumentType.OperationOperationArgumentType. 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.Operation Modifier and Type Method Description private static intScoreboardCommand. executeOperation(ServerCommandSource source, Collection<String> targets, ScoreboardObjective targetObjective, OperationArgumentType.Operation operation, Collection<String> sources, ScoreboardObjective sourceObjectives)