Class JEIPlugin
java.lang.Object
com.beansgalaxy.backpacks.compat.jei.JEIPlugin
- All Implemented Interfaces:
mezz.jei.api.IModPlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.resources.ResourceLocationvoidregisterItemSubtypes(mezz.jei.api.registration.ISubtypeRegistration registration) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface mezz.jei.api.IModPlugin
onConfigManagerAvailable, onRuntimeAvailable, onRuntimeUnavailable, registerAdvanced, registerCategories, registerFluidSubtypes, registerGuiHandlers, registerIngredients, registerRecipeCatalysts, registerRecipes, registerRecipeTransferHandlers, registerRuntime, registerVanillaCategoryExtensions
-
Constructor Details
-
JEIPlugin
public JEIPlugin()
-
-
Method Details
-
getPluginUid
public net.minecraft.resources.ResourceLocation getPluginUid()- Specified by:
getPluginUidin interfacemezz.jei.api.IModPlugin
-
registerItemSubtypes
public void registerItemSubtypes(mezz.jei.api.registration.ISubtypeRegistration registration) - Specified by:
registerItemSubtypesin interfacemezz.jei.api.IModPlugin
-