Package net.minecraft.command.arguments
Interface OperationArgument.IIntOperation
- All Superinterfaces:
OperationArgument.IOperation
- 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.IIntOperation
extends OperationArgument.IOperation
-
Method Summary
-
Method Details
-
apply
int apply(int p_apply_1_, int p_apply_2_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
apply
default void apply(Score p_apply_1_, Score p_apply_2_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
apply
in interfaceOperationArgument.IOperation
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-