java.lang.Object
xyz.srnyx.annoyingapi.reflection.org.bukkit.inventory.RefSmithingRecipe

public class RefSmithingRecipe extends Object
1.16.1+ org.bukkit.inventory.SmithingRecipe
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @Nullable Class<?>
    1.16.1+ org.bukkit.inventory.SmithingRecipe
    static final @Nullable Constructor<?>
    1.16.1+ org.bukkit.inventory.SmithingRecipe(org.bukkit.NamespacedKey, org.bukkit.inventory.ItemStack, org.bukkit.inventory.RecipeChoice, org.bukkit.inventory.RecipeChoice)
  • Method Summary

    Modifier and Type
    Method
    Description
    static @Nullable org.bukkit.inventory.Recipe
    newSmithingRecipe(@Nullable Object namespacedKey, @NotNull org.bukkit.inventory.ItemStack result, @NotNull Object base, @NotNull Object addition)
     
    static @Nullable org.bukkit.inventory.Recipe
    newSmithingRecipe(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull String key, @NotNull org.bukkit.inventory.ItemStack result, @NotNull Object base, @NotNull Object addition)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • SMITHING_RECIPE_CLASS

      @Nullable public static final @Nullable Class<?> SMITHING_RECIPE_CLASS
      1.16.1+ org.bukkit.inventory.SmithingRecipe
    • SMITHING_RECIPE_CONSTRUCTOR

      @Nullable public static final @Nullable Constructor<?> SMITHING_RECIPE_CONSTRUCTOR
      1.16.1+ org.bukkit.inventory.SmithingRecipe(org.bukkit.NamespacedKey, org.bukkit.inventory.ItemStack, org.bukkit.inventory.RecipeChoice, org.bukkit.inventory.RecipeChoice)
  • Method Details

    • newSmithingRecipe

      @Nullable public static @Nullable org.bukkit.inventory.Recipe newSmithingRecipe(@Nullable @Nullable Object namespacedKey, @NotNull @NotNull org.bukkit.inventory.ItemStack result, @NotNull @NotNull Object base, @NotNull @NotNull Object addition)
    • newSmithingRecipe

      @Nullable public static @Nullable org.bukkit.inventory.Recipe newSmithingRecipe(@NotNull @NotNull org.bukkit.plugin.Plugin plugin, @NotNull @NotNull String key, @NotNull @NotNull org.bukkit.inventory.ItemStack result, @NotNull @NotNull Object base, @NotNull @NotNull Object addition)