Package | Description |
---|---|
net.minecraft.command.arguments | |
net.minecraft.command.impl |
Modifier and Type | Interface and Description |
---|---|
(package private) static interface |
OperationArgument.IIntOperation |
Modifier and Type | Method and Description |
---|---|
static OperationArgument.IOperation |
OperationArgument.getOperation(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
OperationArgument.IOperation |
OperationArgument.parse(com.mojang.brigadier.StringReader p_parse_1_) |
private static OperationArgument.IOperation |
OperationArgument.parseOperation(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
private static int |
ScoreboardCommand.applyScoreOperation(CommandSource source,
java.util.Collection<java.lang.String> targetEntities,
ScoreObjective targetObjectives,
OperationArgument.IOperation operation,
java.util.Collection<java.lang.String> sourceEntities,
ScoreObjective sourceObjective) |