Class ChemicalPlantRecipes.RecipeInput

java.lang.Object
com.hbm_m.recipe.ChemicalPlantRecipes.RecipeInput
Direct Known Subclasses:
ChemicalPlantRecipes.ItemInput, ChemicalPlantRecipes.TagInput
Enclosing class:
ChemicalPlantRecipes

public abstract static class ChemicalPlantRecipes.RecipeInput extends Object
Recipe input wrapper - can match by item, item with count, or tag.
  • Field Details

    • count

      protected int count
  • Constructor Details

    • RecipeInput

      public RecipeInput()
  • Method Details

    • matches

      public abstract boolean matches(net.minecraft.world.item.ItemStack stack)
    • getDisplayStacks

      public abstract List<net.minecraft.world.item.ItemStack> getDisplayStacks()
    • getCount

      public int getCount()