Package de.cech12.bucketlib.jei
Class ModJEIPlugin
java.lang.Object
de.cech12.bucketlib.jei.ModJEIPlugin
- All Implemented Interfaces:
mezz.jei.api.IModPlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull net.minecraft.resources.ResourceLocationvoidregisterItemSubtypes(@NotNull mezz.jei.api.registration.ISubtypeRegistration registration) voidregisterRecipes(@NotNull mezz.jei.api.registration.IRecipeRegistration 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, registerExtraIngredients, registerFluidSubtypes, registerGuiHandlers, registerIngredientAliases, registerIngredients, registerModInfo, registerRecipeCatalysts, registerRecipeTransferHandlers, registerRuntime, registerVanillaCategoryExtensions
-
Constructor Details
-
ModJEIPlugin
public ModJEIPlugin()
-
-
Method Details
-
getPluginUid
@NotNull public @NotNull net.minecraft.resources.ResourceLocation getPluginUid()- Specified by:
getPluginUidin interfacemezz.jei.api.IModPlugin
-
registerItemSubtypes
public void registerItemSubtypes(@NotNull @NotNull mezz.jei.api.registration.ISubtypeRegistration registration) - Specified by:
registerItemSubtypesin interfacemezz.jei.api.IModPlugin
-
registerRecipes
public void registerRecipes(@NotNull @NotNull mezz.jei.api.registration.IRecipeRegistration registration) - Specified by:
registerRecipesin interfacemezz.jei.api.IModPlugin
-