Class ShapelessRecipeData

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

public class ShapelessRecipeData extends Object implements RecipeData
  • Constructor Details

    • ShapelessRecipeData

      public ShapelessRecipeData(@NotNull @NotNull String group, @NotNull @NotNull Ingredient[] ingredients, @NotNull @NotNull ItemStack result)
  • Method Details

    • getGroup

      @NotNull public @NotNull String getGroup()
    • getIngredients

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

      @NotNull public @NotNull ItemStack getResult()