Package net.minecraft.command.argument
Interface OperationArgumentType.IntOperator
- All Superinterfaces:
OperationArgumentType.Operation
- 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.
@FunctionalInterface
private static interface OperationArgumentType.IntOperator
extends OperationArgumentType.Operation
- Mappings:
Namespace Name named net/minecraft/command/argument/OperationArgumentType$IntOperatorintermediary net/minecraft/class_2218$class_2220official fs$b
-
Method Summary
Modifier and TypeMethodDescriptionintapply(int a, int b) default voidapply(ScoreAccess a, ScoreAccess b)
-
Method Details
-
apply
int apply(int a, int b) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector named applyLnet/minecraft/command/argument/OperationArgumentType$IntOperator;apply(II)Iintermediary applyLnet/minecraft/class_2218$class_2220;apply(II)Iofficial applyLfs$b;apply(II)I
-
apply
default void apply(ScoreAccess a, ScoreAccess b) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
applyin interfaceOperationArgumentType.Operation- 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 applyLfs$a;apply(Lfda;Lfda;)V
-