@FunctionalInterface static interface OperationArgument.IIntOperation extends OperationArgument.IOperation
Modifier and Type | Method and Description |
---|---|
int |
apply(int p_apply_1_,
int p_apply_2_) |
default void |
apply(Score p_apply_1_,
Score p_apply_2_) |
int apply(int p_apply_1_, int p_apply_2_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
com.mojang.brigadier.exceptions.CommandSyntaxException
default void apply(Score p_apply_1_, Score p_apply_2_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
apply
in interface OperationArgument.IOperation
com.mojang.brigadier.exceptions.CommandSyntaxException