Package net.minecraft.command.argument
Interface OperationArgumentType.Operation
- All Known Subinterfaces:
 OperationArgumentType.IntOperator
- Enclosing class:
 OperationArgumentType
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
- Mappings:
 Namespace Name named net/minecraft/command/argument/OperationArgumentType$Operationintermediary net/minecraft/class_2218$class_2219official fi$a
- 
Method Summary
 
- 
Method Details
- 
apply
void apply(ScoreAccess a, ScoreAccess b) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
 com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
 Namespace Name Mixin selector named applyLnet/minecraft/command/argument/OperationArgumentType$Operation;apply(Lnet/minecraft/scoreboard/ScoreAccess;Lnet/minecraft/scoreboard/ScoreAccess;)Vintermediary applyLnet/minecraft/class_2218$class_2219;apply(Lnet/minecraft/class_9014;Lnet/minecraft/class_9014;)Vofficial applyLfi$a;apply(Lfjv;Lfjv;)V
 
 -