public class FluidConverters
extends org.cyclops.cyclopscore.init.ModBaseVersionable
| Modifier and Type | Field and Description |
|---|---|
static FluidConverters |
_instance
The unique instance of this mod.
|
static org.cyclops.cyclopscore.proxy.ICommonProxy |
proxy
The proxy of this mod, depending on 'side' a different proxy will be inside this field.
|
| Constructor and Description |
|---|
FluidConverters() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeRecipesRegistration(net.minecraftforge.event.RegistryEvent<net.minecraft.item.crafting.IRecipe> event) |
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.
|
protected net.minecraft.command.ICommand |
constructBaseCommand() |
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)
Register the config dependent things like world generation and proxy handlers.
|
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)
Register the things that are related to server starting.
|
void |
onServerStarting(net.minecraftforge.fml.common.event.FMLServerStartingEvent event)
Register the things that are related to server starting, like commands.
|
void |
onServerStopping(net.minecraftforge.fml.common.event.FMLServerStoppingEvent event)
Register the things that are related to server stopping, like persistent storage.
|
void |
postInit(net.minecraftforge.fml.common.event.FMLPostInitializationEvent event)
Register the event hooks.
|
void |
preInit(net.minecraftforge.fml.common.event.FMLPreInitializationEvent event)
The pre-initialization, will register required configs.
|
getInfo, getUpdateUrl, getVersion, isVersionInfo, needsUpdate, setVersionInfoaddInitListeners, callInitStepListeners, 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, putGenericReference, registerConfig, registerWorldStorage, setConfigFolder, setDefaultCreativeTab, toStringpublic static org.cyclops.cyclopscore.proxy.ICommonProxy proxy
SidedProxypublic static FluidConverters _instance
protected net.minecraft.command.ICommand constructBaseCommand()
constructBaseCommand in class org.cyclops.cyclopscore.init.ModBaseprotected 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 void preInit(net.minecraftforge.fml.common.event.FMLPreInitializationEvent event)
preInit in class org.cyclops.cyclopscore.init.ModBaseevent - The Forge event required for this.public void beforeRecipesRegistration(net.minecraftforge.event.RegistryEvent<net.minecraft.item.crafting.IRecipe> event)
public void init(net.minecraftforge.fml.common.event.FMLInitializationEvent event)
init in class org.cyclops.cyclopscore.init.ModBaseevent - The Forge event required for this.public void postInit(net.minecraftforge.fml.common.event.FMLPostInitializationEvent event)
postInit in class org.cyclops.cyclopscore.init.ModBaseevent - The Forge event required for this.public void onServerStarting(net.minecraftforge.fml.common.event.FMLServerStartingEvent event)
onServerStarting in class org.cyclops.cyclopscore.init.ModBaseevent - The Forge event required for this.public void onServerStarted(net.minecraftforge.fml.common.event.FMLServerStartedEvent event)
onServerStarted in class org.cyclops.cyclopscore.init.ModBaseevent - The Forge event required for this.public void onServerStopping(net.minecraftforge.fml.common.event.FMLServerStoppingEvent event)
onServerStopping in class org.cyclops.cyclopscore.init.ModBaseevent - The Forge event required for this.public 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.