public class PluginIC2 extends BlankForestryModule
| Modifier and Type | Field and Description |
|---|---|
static BlockRegistryIC2 |
blocks |
static net.minecraft.item.ItemStack |
fertilizer |
static java.lang.String |
MOD_ID |
static net.minecraft.item.ItemStack |
resin |
static net.minecraft.item.ItemStack |
rubberWood |
| Constructor and Description |
|---|
PluginIC2() |
| Modifier and Type | Method and Description |
|---|---|
void |
doInit() |
static BlockRegistryIC2 |
getBlocks() |
java.util.Set<net.minecraft.util.ResourceLocation> |
getDependencyUids()
The ForestryModule.moduleID()s of any other modules this module depends on.
|
java.lang.String |
getFailMessage() |
boolean |
isAvailable() |
void |
postInit() |
void |
preInit()
Must be called by the mod that registers the container.
|
void |
registerCrates()
Can be used to register crates via the
ICrateRegistry. |
void |
registerItemsAndBlocks()
Can be used to register items and blocks.
|
void |
registerRecipes()
Can be used to register recipes.
|
decorateBiome, getHiddenItems, getPacketRegistry, getPickupHandler, getResupplyHandler, getSaveEventHandler, populateChunk, populateChunkRetroGen, processIMCMessage, registerBackpackItems, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddLootPoolNames, canBeDisabled, disabledSetupAPI, getConsoleCommands, registerTriggers, setupAPIpublic static final java.lang.String MOD_ID
@Nullable public static net.minecraft.item.ItemStack rubberWood
@Nullable public static net.minecraft.item.ItemStack resin
@Nullable public static net.minecraft.item.ItemStack fertilizer
@Nullable public static BlockRegistryIC2 blocks
public static BlockRegistryIC2 getBlocks()
public void registerItemsAndBlocks()
IForestryModuleIForestryModule.preInit().
Must be called by the mod that registers the container.
public boolean isAvailable()
public java.lang.String getFailMessage()
@Nonnull public java.util.Set<net.minecraft.util.ResourceLocation> getDependencyUids()
BlankForestryModulegetDependencyUids in interface IForestryModulegetDependencyUids in class BlankForestryModulepublic void preInit()
IForestryModulepublic void doInit()
public void postInit()
public void registerCrates()
BlankForestryModuleICrateRegistry.registerCrates in class BlankForestryModulepublic void registerRecipes()
IForestryModuleIForestryModule.doInit().