Class SmithingTransformRecipeData
java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.recipe.data.SmithingTransformRecipeData
- All Implemented Interfaces:
RecipeData
-
Constructor Summary
ConstructorsConstructorDescriptionSmithingTransformRecipeData(@NonNull Ingredient template, @NonNull Ingredient base, @NonNull Ingredient addition, @Nullable ItemStack result) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanboolean@NonNull Ingredient@NonNull IngredientgetBase()@Nullable ItemStack@NonNull IngredientinthashCode()@NonNull StringtoString()
-
Constructor Details
-
SmithingTransformRecipeData
public SmithingTransformRecipeData(@NonNull @NonNull Ingredient template, @NonNull @NonNull Ingredient base, @NonNull @NonNull Ingredient addition, @Nullable ItemStack result)
-
-
Method Details