Class SmithingTransformRecipeData

java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.recipe.data.SmithingTransformRecipeData
All Implemented Interfaces:
RecipeData

public class SmithingTransformRecipeData extends Object implements RecipeData
  • Constructor Details

    • SmithingTransformRecipeData

      public SmithingTransformRecipeData(@NonNull @NonNull Ingredient template, @NonNull @NonNull Ingredient base, @NonNull @NonNull Ingredient addition, @Nullable ItemStack result)
  • Method Details

    • getTemplate

      @NonNull public @NonNull Ingredient getTemplate()
    • getBase

      @NonNull public @NonNull Ingredient getBase()
    • getAddition

      @NonNull public @NonNull Ingredient getAddition()
    • getResult

      public @Nullable ItemStack getResult()
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(@Nullable Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public @NonNull String toString()
      Overrides:
      toString in class Object