Class CookedRecipeData
java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.recipe.data.CookedRecipeData
- All Implemented Interfaces:
RecipeData
-
Constructor Summary
ConstructorsConstructorDescriptionCookedRecipeData(@NonNull String group, @NonNull CraftingBookCategory category, @NonNull Ingredient ingredient, @Nullable ItemStack result, float experience, int cookingTime) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanboolean@NonNull CraftingBookCategoryintfloat@NonNull StringgetGroup()@NonNull Ingredient@Nullable ItemStackinthashCode()@NonNull StringtoString()
-
Constructor Details
-
CookedRecipeData
public CookedRecipeData(@NonNull @NonNull String group, @NonNull @NonNull CraftingBookCategory category, @NonNull @NonNull Ingredient ingredient, @Nullable ItemStack result, float experience, int cookingTime)
-
-
Method Details