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