Class DDJEIPlugin
java.lang.Object
com.blamejared.dustydiscoveries.compat.jei.DDJEIPlugin
- All Implemented Interfaces:
mezz.jei.api.IModPlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.resources.IdentifiervoidregisterCategories(mezz.jei.api.registration.IRecipeCategoryRegistration registration) voidregisterRecipes(mezz.jei.api.registration.IRecipeRegistration registration) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface mezz.jei.api.IModPlugin
configureJei, onConfigManagerAvailable, onRuntimeAvailable, onRuntimeUnavailable, registerAdvanced, registerAdvancedSearch, registerExtraIngredients, registerFluidSubtypes, registerGuiHandlers, registerIngredientAliases, registerIngredients, registerItemSubtypes, registerModInfo, registerRecipeCatalysts, registerRecipeTransferHandlers, registerRuntime, registerSlotDisplayInterpreters, registerVanillaCategoryExtensions
-
Constructor Details
-
DDJEIPlugin
public DDJEIPlugin()
-
-
Method Details
-
getPluginUid
public net.minecraft.resources.Identifier getPluginUid()- Specified by:
getPluginUidin interfacemezz.jei.api.IModPlugin
-
registerCategories
public void registerCategories(mezz.jei.api.registration.IRecipeCategoryRegistration registration) - Specified by:
registerCategoriesin interfacemezz.jei.api.IModPlugin
-
registerRecipes
public void registerRecipes(mezz.jei.api.registration.IRecipeRegistration registration) - Specified by:
registerRecipesin interfacemezz.jei.api.IModPlugin
-