Class AppRepJEI
-
- All Implemented Interfaces:
-
mezz.jei.api.IModPlugin
public final class AppRepJEI implements IModPlugin
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAppRepJEI.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ResourceLocationpluginUidpublic final static AppRepJEI.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description AppRepJEI()
-
Method Summary
Modifier and Type Method Description ResourceLocationgetPluginUid()UnitregisterIngredients(IModIngredientRegistration registry)-
Methods inherited from class dev.lapis256.apprep.integration.jei.client.AppRepJEI
getPluginUid -
Methods inherited from class mezz.jei.api.IModPlugin
onConfigManagerAvailable, onRuntimeAvailable, onRuntimeUnavailable, registerAdvanced, registerCategories, registerExtraIngredients, registerFluidSubtypes, registerGuiHandlers, registerIngredientAliases, registerItemSubtypes, registerModInfo, registerRecipeCatalysts, registerRecipeTransferHandlers, registerRecipes, registerRuntime, registerVanillaCategoryExtensions -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getPluginUid
ResourceLocation getPluginUid()
-
registerIngredients
Unit registerIngredients(IModIngredientRegistration registry)
-
-
-
-