@ApiStatus.Internal public class DefaultRuntimePlugin extends java.lang.Object implements REIPluginV0
| Modifier and Type | Field and Description |
|---|---|
static net.minecraft.util.ResourceLocation |
PLUGIN |
| Constructor and Description |
|---|
DefaultRuntimePlugin() |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.ResourceLocation |
getPluginIdentifier() |
void |
registerBounds(DisplayHelper displayHelper)
Registers bounds handlers
|
void |
registerEntries(EntryRegistry entryRegistry)
Registers entries on the item panel
|
void |
registerOthers(RecipeHelper recipeHelper)
Register other stuff
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpostRegister, preRegister, registerPluginCategories, registerRecipeDisplaysgetPrioritypublic net.minecraft.util.ResourceLocation getPluginIdentifier()
getPluginIdentifier in interface REIPluginEntrypublic void registerEntries(EntryRegistry entryRegistry)
REIPluginV0registerEntries in interface REIPluginV0entryRegistry - the helper classpublic void registerBounds(DisplayHelper displayHelper)
REIPluginV0registerBounds in interface REIPluginV0displayHelper - the helper classpublic void registerOthers(RecipeHelper recipeHelper)
REIPluginV0registerOthers in interface REIPluginV0recipeHelper - the helper class