Class CookedRecipeData
java.lang.Object
com.github.retrooper.packetevents.protocol.recipe.data.CookedRecipeData
- All Implemented Interfaces:
RecipeData
-
Constructor Summary
ConstructorDescriptionCookedRecipeData
(@NotNull String group, @NotNull Ingredient ingredient, @NotNull ItemStack result, float experience, int cookingTime) -
Method Summary
Modifier and TypeMethodDescriptionint
float
@NotNull String
getGroup()
@NotNull Ingredient
@NotNull ItemStack
-
Constructor Details
-
CookedRecipeData
public CookedRecipeData(@NotNull @NotNull String group, @NotNull @NotNull Ingredient ingredient, @NotNull @NotNull ItemStack result, float experience, int cookingTime)
-
-
Method Details
-
getGroup
-
getIngredient
-
getResult
-
getExperience
public float getExperience() -
getCookingTime
public int getCookingTime()
-