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

public class RefShapedRecipe extends Object
org.bukkit.inventory.ShapelessRecipe
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @Nullable Constructor<org.bukkit.inventory.ShapedRecipe>
    1.12+ org.bukkit.inventory.ShapedRecipe(org.bukkit.NamespacedKey, org.bukkit.inventory.ItemStack)
  • Method Summary

    Modifier and Type
    Method
    Description
    static @NotNull org.bukkit.inventory.ShapedRecipe
    newShapedRecipe(@NotNull org.bukkit.inventory.ItemStack result, @Nullable org.bukkit.plugin.Plugin plugin, @Nullable String key)
     

    Methods inherited from class java.lang.Object

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

    • SHAPED_RECIPE_CONSTRUCTOR

      @Nullable public static final @Nullable Constructor<org.bukkit.inventory.ShapedRecipe> SHAPED_RECIPE_CONSTRUCTOR
      1.12+ org.bukkit.inventory.ShapedRecipe(org.bukkit.NamespacedKey, org.bukkit.inventory.ItemStack)
  • Method Details

    • newShapedRecipe

      @NotNull public static @NotNull org.bukkit.inventory.ShapedRecipe newShapedRecipe(@NotNull @NotNull org.bukkit.inventory.ItemStack result, @Nullable @Nullable org.bukkit.plugin.Plugin plugin, @Nullable @Nullable String key)