Class ShapelessRecipeData
java.lang.Object
com.github.retrooper.packetevents.protocol.recipe.data.ShapelessRecipeData
- All Implemented Interfaces:
RecipeData
-
Constructor Summary
ConstructorDescriptionShapelessRecipeData
(@NotNull String group, @NotNull Ingredient[] ingredients, @NotNull ItemStack result) -
Method Summary
Modifier and TypeMethodDescription@NotNull String
getGroup()
@NotNull Ingredient[]
@NotNull ItemStack
-
Constructor Details
-
ShapelessRecipeData
public ShapelessRecipeData(@NotNull @NotNull String group, @NotNull @NotNull Ingredient[] ingredients, @NotNull @NotNull ItemStack result)
-
-
Method Details
-
getGroup
-
getIngredients
-
getResult
-