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 official eo$bintermediary net/minecraft/class_2218$class_2220named net/minecraft/command/argument/OperationArgumentType$IntOperator
-
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 official applyLeo$b;apply(II)Iintermediary applyLnet/minecraft/class_2218$class_2220;apply(II)Inamed applyLnet/minecraft/command/argument/OperationArgumentType$IntOperator;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 official applyLeo$a;apply(Lemv;Lemv;)Vintermediary applyLnet/minecraft/class_2218$class_2219;apply(Lnet/minecraft/class_9014;Lnet/minecraft/class_9014;)Vnamed applyLnet/minecraft/command/argument/OperationArgumentType$Operation;apply(Lnet/minecraft/scoreboard/ScoreAccess;Lnet/minecraft/scoreboard/ScoreAccess;)V
-