Package com.wdiscute.sellingbin.emi
Class SellingBinEmiPlugin
java.lang.Object
com.wdiscute.sellingbin.emi.SellingBinEmiPlugin
- All Implemented Interfaces:
dev.emi.emi.api.EmiPlugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final dev.emi.emi.api.render.EmiTexturestatic List<dev.emi.emi.api.stack.EmiIngredient>static final dev.emi.emi.api.stack.EmiStackstatic List<dev.emi.emi.api.stack.EmiIngredient>static final dev.emi.emi.api.recipe.EmiRecipeCategorystatic final dev.emi.emi.api.recipe.EmiRecipeCategory -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.emi.emi.api.EmiPlugin
initialize
-
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
-
sellable
-
-
Constructor Details
-
SellingBinEmiPlugin
public SellingBinEmiPlugin()
-
-
Method Details
-
register
public void register(dev.emi.emi.api.EmiRegistry registry) - Specified by:
registerin interfacedev.emi.emi.api.EmiPlugin
-