We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CustomRecipeChoice
1 parent ad213c8 commit 67a5327Copy full SHA for 67a5327
1 file changed
src/main/java/io/github/kiber2009/plugin/contentapi/api/recipe/choice/CustomRecipeChoice.java
@@ -1,7 +1,8 @@
1
package io.github.kiber2009.plugin.contentapi.api.recipe.choice;
2
3
import org.bukkit.inventory.ItemStack;
4
+import org.jspecify.annotations.Nullable;
5
6
public interface CustomRecipeChoice {
- boolean test(final ItemStack stack);
7
+ boolean test(final @Nullable ItemStack stack);
8
}
0 commit comments