Package net.minecraft.commands.arguments
Interface OperationArgument.SimpleOperation
- All Superinterfaces:
- OperationArgument.Operation
- Enclosing class:
- OperationArgument
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
static interface OperationArgument.SimpleOperation
extends OperationArgument.Operation
- 
Method Summary
- 
Method Details- 
applyint apply(int p_103309_, int p_103310_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
applydefault void apply(Score p_103312_, Score p_103313_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
- applyin interface- OperationArgument.Operation
- Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
 
-