java.lang.Object
com.github.retrooper.packetevents.protocol.recipe.data.ShapedRecipeData
All Implemented Interfaces:
RecipeData

public class ShapedRecipeData extends Object implements RecipeData
  • Constructor Details

    • ShapedRecipeData

      public ShapedRecipeData(int width, int height, @NotNull @NotNull String group, @NotNull @NotNull Ingredient[] ingredients, ItemStack result)
  • Method Details

    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()
    • getGroup

      @NotNull public @NotNull String getGroup()
    • getIngredients

      @NotNull public @NotNull Ingredient[] getIngredients()
    • getResult

      public ItemStack getResult()