public class ComputerCraft extends java.lang.Object implements IThirdParty
| Constructor and Description |
|---|
ComputerCraft() |
| Modifier and Type | Method and Description |
|---|---|
static void |
attachPeripheralCap(net.minecraftforge.event.AttachCapabilitiesEvent<net.minecraft.tileentity.TileEntity> event) |
void |
init()
Called on both client and server after any registry objects are created, in the mod creation thread.
|
ThirdPartyManager.ModType |
modType() |
void |
preInit()
Called on both client and server after mods have loaded but before registry events, in the mod creation thread.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclientInit, postInitpublic void preInit()
IThirdPartypreInit in interface IThirdPartypublic void init()
IThirdPartyinit in interface IThirdPartypublic static void attachPeripheralCap(net.minecraftforge.event.AttachCapabilitiesEvent<net.minecraft.tileentity.TileEntity> event)
public ThirdPartyManager.ModType modType()
modType in interface IThirdParty