Class SmithingRecipeData
java.lang.Object
com.github.retrooper.packetevents.protocol.recipe.data.SmithingRecipeData
- All Implemented Interfaces:
RecipeData
WARNING: No longer exists since 1.21.2, network recipe data was rewritten.
-
Constructor Summary
ConstructorDescriptionSmithingRecipeData
(@UnknownNullability Ingredient template, Ingredient base, Ingredient addition, ItemStack result) SmithingRecipeData
(Ingredient base, Ingredient addition, ItemStack result) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetBase()
@UnknownNullability Ingredient
static SmithingRecipeData
read
(PacketWrapper<?> wrapper) static SmithingRecipeData
read
(PacketWrapper<?> wrapper, boolean legacy) static void
write
(PacketWrapper<?> wrapper, SmithingRecipeData data) static void
write
(PacketWrapper<?> wrapper, SmithingRecipeData data, boolean legacy)
-
Constructor Details
-
SmithingRecipeData
Deprecated. -
SmithingRecipeData
public SmithingRecipeData(@UnknownNullability Ingredient template, Ingredient base, Ingredient addition, ItemStack result)
-
-
Method Details
-
read
-
read
-
write
-
write
-
getTemplate
-
getBase
-
getAddition
-
getResult
-