Class SellingBinEmiPlugin

java.lang.Object
com.wdiscute.sellingbin.emi.SellingBinEmiPlugin
All Implemented Interfaces:
dev.emi.emi.api.EmiPlugin

public class SellingBinEmiPlugin extends Object implements dev.emi.emi.api.EmiPlugin
  • Field Details

    • MY_WORKSTATION

      public static final dev.emi.emi.api.stack.EmiStack MY_WORKSTATION
    • SELLING_BIN_SELLING_CATEGORY

      public static final dev.emi.emi.api.recipe.EmiRecipeCategory SELLING_BIN_SELLING_CATEGORY
    • SELLING_BIN_CURRENCIES_CATEGORY

      public static final dev.emi.emi.api.recipe.EmiRecipeCategory SELLING_BIN_CURRENCIES_CATEGORY
    • ARROW

      public static final dev.emi.emi.api.render.EmiTexture ARROW
    • currencies

      public static List<dev.emi.emi.api.stack.EmiIngredient> currencies
    • sellable

      public static List<dev.emi.emi.api.stack.EmiIngredient> sellable
  • Constructor Details

    • SellingBinEmiPlugin

      public SellingBinEmiPlugin()
  • Method Details

    • register

      public void register(dev.emi.emi.api.EmiRegistry registry)
      Specified by:
      register in interface dev.emi.emi.api.EmiPlugin