public class PluginTechReborn extends CompatPlugin
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MOD_ID |
static net.minecraft.item.ItemStack |
rubber |
static net.minecraft.item.ItemStack |
RUBBER_SAPLING |
static net.minecraft.item.ItemStack |
RUBBER_WOOD |
static net.minecraft.item.ItemStack |
sap |
modID, modName| Constructor and Description |
|---|
PluginTechReborn() |
| Modifier and Type | Method and Description |
|---|---|
void |
doInit() |
void |
preInit()
Must be called by the mod that registers the container.
|
void |
registerBackpackItems()
Can be used to register items to the backpack via the
IBackpackInterface. |
void |
registerCrates()
Can be used to register crates via the
ICrateRegistry. |
void |
registerRecipes()
Can be used to register recipes.
|
static boolean |
rubberItemsSuccess() |
addBlocksToBackpack, getBlock, getFailMessage, getFluid, getItem, getItemStack, getItemStack, isAvailabledecorateBiome, getDependencyUids, getHiddenItems, getPacketRegistry, getPickupHandler, getResupplyHandler, getSaveEventHandler, populateChunk, populateChunkRetroGen, processIMCMessage, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddLootPoolNames, canBeDisabled, disabledSetupAPI, getConsoleCommands, postInit, registerItemsAndBlocks, registerTriggers, setupAPIpublic static final java.lang.String MOD_ID
@Nullable public static net.minecraft.item.ItemStack RUBBER_WOOD
@Nullable public static final net.minecraft.item.ItemStack RUBBER_SAPLING
public static net.minecraft.item.ItemStack sap
public static net.minecraft.item.ItemStack rubber
public void preInit()
IForestryModulepublic void doInit()
public void registerCrates()
BlankForestryModuleICrateRegistry.registerCrates in class BlankForestryModulepublic void registerBackpackItems()
BlankForestryModuleIBackpackInterface.registerBackpackItems in class BlankForestryModulepublic void registerRecipes()
IForestryModuleIForestryModule.doInit().public static boolean rubberItemsSuccess()