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