public class JeiInternalPlugin extends java.lang.Object implements IModPlugin
Modifier and Type | Field and Description |
---|---|
IIngredientManager |
ingredientManager |
Constructor and Description |
---|
JeiInternalPlugin() |
Modifier and Type | Method and Description |
---|---|
net.minecraft.util.ResourceLocation |
getPluginUid()
The unique ID for this mod plugin.
|
void |
onRuntimeAvailable(IJeiRuntime jeiRuntime)
Called when jei's runtime features are available, after all mods have registered.
|
void |
registerCategories(IRecipeCategoryRegistration registration)
Register the categories handled by this plugin.
|
void |
registerGuiHandlers(IGuiHandlerRegistration registration)
Register various GUI-related things for your mod.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
registerAdvanced, registerFluidSubtypes, registerIngredients, registerItemSubtypes, registerRecipeCatalysts, registerRecipes, registerRecipeTransferHandlers, registerVanillaCategoryExtensions
@Nullable public IIngredientManager ingredientManager
public net.minecraft.util.ResourceLocation getPluginUid()
IModPlugin
getPluginUid
in interface IModPlugin
public void registerCategories(IRecipeCategoryRegistration registration)
IModPlugin
registerCategories
in interface IModPlugin
public void registerGuiHandlers(IGuiHandlerRegistration registration)
IModPlugin
registerGuiHandlers
in interface IModPlugin
public void onRuntimeAvailable(IJeiRuntime jeiRuntime)
IModPlugin
onRuntimeAvailable
in interface IModPlugin