Class ShapedRecipeData
java.lang.Object
com.github.retrooper.packetevents.protocol.recipe.data.ShapedRecipeData
- All Implemented Interfaces:
RecipeData
WARNING: No longer exists since 1.21.2, network recipe data was rewritten.
-
Constructor Summary
ConstructorDescriptionShapedRecipeData
(int width, int height, String group, Ingredient[] ingredients, ItemStack result) Deprecated.ShapedRecipeData
(String group, CraftingCategory category, ItemStack result, boolean showNotification, int width, int height, Ingredient[] ingredients) -
Method Summary
Modifier and TypeMethodDescriptiongetGroup()
int
int
getWidth()
boolean
static ShapedRecipeData
read
(PacketWrapper<?> wrapper) static void
write
(PacketWrapper<?> wrapper, ShapedRecipeData data)
-
Constructor Details
-
ShapedRecipeData
@Deprecated public ShapedRecipeData(int width, int height, String group, Ingredient[] ingredients, ItemStack result) Deprecated. -
ShapedRecipeData
public ShapedRecipeData(String group, CraftingCategory category, ItemStack result, boolean showNotification, int width, int height, Ingredient[] ingredients)
-
-
Method Details
-
read
-
write
-
getGroup
-
getCategory
-
getResult
-
isShowNotification
public boolean isShowNotification() -
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getIngredients
-