Class SellingBinCurrencyEmptyEmiRecipe

java.lang.Object
com.wdiscute.sellingbin.emi.SellingBinCurrencyEmptyEmiRecipe
All Implemented Interfaces:
dev.emi.emi.api.recipe.EmiRecipe

public class SellingBinCurrencyEmptyEmiRecipe extends Object implements dev.emi.emi.api.recipe.EmiRecipe
  • Constructor Details

    • SellingBinCurrencyEmptyEmiRecipe

      public SellingBinCurrencyEmptyEmiRecipe()
  • Method Details

    • getCategory

      public dev.emi.emi.api.recipe.EmiRecipeCategory getCategory()
      Specified by:
      getCategory in interface dev.emi.emi.api.recipe.EmiRecipe
    • getId

      @Nullable public @Nullable net.minecraft.resources.ResourceLocation getId()
      Specified by:
      getId in interface dev.emi.emi.api.recipe.EmiRecipe
    • getInputs

      public List<dev.emi.emi.api.stack.EmiIngredient> getInputs()
      Specified by:
      getInputs in interface dev.emi.emi.api.recipe.EmiRecipe
    • getOutputs

      public List<dev.emi.emi.api.stack.EmiStack> getOutputs()
      Specified by:
      getOutputs in interface dev.emi.emi.api.recipe.EmiRecipe
    • getDisplayWidth

      public int getDisplayWidth()
      Specified by:
      getDisplayWidth in interface dev.emi.emi.api.recipe.EmiRecipe
    • getDisplayHeight

      public int getDisplayHeight()
      Specified by:
      getDisplayHeight in interface dev.emi.emi.api.recipe.EmiRecipe
    • addWidgets

      public void addWidgets(dev.emi.emi.api.widget.WidgetHolder widgets)
      Specified by:
      addWidgets in interface dev.emi.emi.api.recipe.EmiRecipe