public class StructuredCrafting
extends org.cyclops.cyclopscore.init.ModBaseVersionable
| Modifier and Type | Field and Description |
|---|---|
static StructuredCrafting |
_instance
The unique instance of this mod.
|
| Constructor and Description |
|---|
StructuredCrafting() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clog(org.apache.logging.log4j.Level level,
java.lang.String message)
Log a new message of the given level for this mod.
|
static void |
clog(java.lang.String message)
Log a new info message for this mod.
|
net.minecraft.creativetab.CreativeTabs |
constructDefaultCreativeTab() |
protected org.cyclops.cyclopscore.init.RecipeHandler |
constructRecipeHandler() |
org.cyclops.cyclopscore.proxy.ICommonProxy |
getProxy() |
void |
init(net.minecraftforge.fml.common.event.FMLInitializationEvent event) |
protected void |
loadModCompats(org.cyclops.cyclopscore.modcompat.ModCompatLoader modCompatLoader) |
void |
onGeneralConfigsRegister(org.cyclops.cyclopscore.config.ConfigHandler configHandler) |
void |
onMainConfigsRegister(org.cyclops.cyclopscore.config.ConfigHandler configHandler) |
void |
onServerStarted(net.minecraftforge.fml.common.event.FMLServerStartedEvent event) |
void |
onServerStopping(net.minecraftforge.fml.common.event.FMLServerStoppingEvent event) |
void |
postInit(net.minecraftforge.fml.common.event.FMLPostInitializationEvent event) |
void |
preInit(net.minecraftforge.fml.common.event.FMLPreInitializationEvent event) |
getInfo, getUpdateUrl, getVersion, isVersionInfo, needsUpdate, setVersionInfoaddInitListeners, callInitStepListeners, constructBaseCommand, constructCapabilityConstructorRegistry, constructConfigHandler, constructGuiHandler, constructIMCHandler, constructLoggerHelper, constructModCompatLoader, constructPacketHandler, constructRegistryManager, equals, get, getCapabilityConstructorRegistry, getConfigFolder, getConfigHandler, getDebug, getDefaultCreativeTab, getGenericReference, getGuiHandler, getIconProvider, getImcHandler, getInitListeners, getKeyRegistry, getLoggerHelper, getModCompatLoader, getModId, getModName, getPacketHandler, getRecipeHandler, getReferenceValue, getRegistryManager, getWorldStorages, hashCode, log, log, onServerAboutToStart, onServerStarting, putGenericReference, registerConfig, registerWorldStorage, setConfigFolder, setDefaultCreativeTab, toStringpublic static StructuredCrafting _instance
protected org.cyclops.cyclopscore.init.RecipeHandler constructRecipeHandler()
constructRecipeHandler in class org.cyclops.cyclopscore.init.ModBaseprotected void loadModCompats(org.cyclops.cyclopscore.modcompat.ModCompatLoader modCompatLoader)
loadModCompats in class org.cyclops.cyclopscore.init.ModBasepublic final void preInit(net.minecraftforge.fml.common.event.FMLPreInitializationEvent event)
preInit in class org.cyclops.cyclopscore.init.ModBasepublic final void init(net.minecraftforge.fml.common.event.FMLInitializationEvent event)
init in class org.cyclops.cyclopscore.init.ModBasepublic final void postInit(net.minecraftforge.fml.common.event.FMLPostInitializationEvent event)
postInit in class org.cyclops.cyclopscore.init.ModBasepublic void onServerStarted(net.minecraftforge.fml.common.event.FMLServerStartedEvent event)
onServerStarted in class org.cyclops.cyclopscore.init.ModBasepublic void onServerStopping(net.minecraftforge.fml.common.event.FMLServerStoppingEvent event)
onServerStopping in class org.cyclops.cyclopscore.init.ModBasepublic net.minecraft.creativetab.CreativeTabs constructDefaultCreativeTab()
constructDefaultCreativeTab in class org.cyclops.cyclopscore.init.ModBasepublic void onGeneralConfigsRegister(org.cyclops.cyclopscore.config.ConfigHandler configHandler)
onGeneralConfigsRegister in class org.cyclops.cyclopscore.init.ModBasepublic void onMainConfigsRegister(org.cyclops.cyclopscore.config.ConfigHandler configHandler)
onMainConfigsRegister in class org.cyclops.cyclopscore.init.ModBasepublic org.cyclops.cyclopscore.proxy.ICommonProxy getProxy()
getProxy in class org.cyclops.cyclopscore.init.ModBasepublic static void clog(java.lang.String message)
message - The message to show.public static void clog(org.apache.logging.log4j.Level level,
java.lang.String message)
level - The level in which the message must be shown.message - The message to show.