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

public class CookedRecipeData extends Object implements RecipeData
  • Constructor Details

    • CookedRecipeData

      public CookedRecipeData(@NotNull @NotNull String group, @NotNull @NotNull Ingredient ingredient, @NotNull @NotNull ItemStack result, float experience, int cookingTime)
  • Method Details

    • getGroup

      @NotNull public @NotNull String getGroup()
    • getIngredient

      @NotNull public @NotNull Ingredient getIngredient()
    • getResult

      @NotNull public @NotNull ItemStack getResult()
    • getExperience

      public float getExperience()
    • getCookingTime

      public int getCookingTime()