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