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

public class ShapelessRecipeData extends Object implements RecipeData
  • Constructor Details

  • Method Details

    • getGroup

      @NonNull public @NonNull String getGroup()
    • getCategory

      @NonNull public @NonNull CraftingBookCategory getCategory()
    • getIngredients

      @NonNull public @NonNull Ingredient[] getIngredients()
    • 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