Class StoneCuttingRecipeData
java.lang.Object
com.github.retrooper.packetevents.protocol.recipe.data.StoneCuttingRecipeData
- All Implemented Interfaces:
RecipeData
-
Constructor Summary
ConstructorDescriptionStoneCuttingRecipeData
(@NotNull String group, @NotNull Ingredient ingredient, ItemStack result) -
Method Summary
Modifier and TypeMethodDescription@NotNull String
getGroup()
@NotNull Ingredient
@NotNull ItemStack
-
Constructor Details
-
StoneCuttingRecipeData
public StoneCuttingRecipeData(@NotNull @NotNull String group, @NotNull @NotNull Ingredient ingredient, ItemStack result)
-
-
Method Details
-
getGroup
-
getIngredient
-
getResult
-