public class EverlastingAbilities
extends org.cyclops.cyclopscore.init.ModBaseVersionable
Modifier and Type | Field and Description |
---|---|
static EverlastingAbilities |
_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 |
---|
EverlastingAbilities() |
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.
|
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.
|
void |
onEntityJoinWorld(net.minecraftforge.event.entity.EntityJoinWorldEvent event) |
void |
onGeneralConfigsRegister(org.cyclops.cyclopscore.config.ConfigHandler configHandler) |
void |
onLivingDeath(net.minecraftforge.event.entity.living.LivingDeathEvent event) |
void |
onMainConfigsRegister(org.cyclops.cyclopscore.config.ConfigHandler configHandler) |
void |
onMissingMappings(net.minecraftforge.fml.common.event.FMLMissingMappingsEvent event) |
void |
onPlayerClone(net.minecraftforge.event.entity.player.PlayerEvent.Clone event) |
void |
onPlayerLoggedIn(net.minecraftforge.fml.common.gameevent.PlayerEvent.PlayerLoggedInEvent event) |
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, setVersionInfo
addInitListeners, 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, loadModCompats, log, log, onServerAboutToStart, putGenericReference, registerConfig, registerWorldStorage, setConfigFolder, setDefaultCreativeTab, toString
public static org.cyclops.cyclopscore.proxy.ICommonProxy proxy
SidedProxy
public static EverlastingAbilities _instance
protected org.cyclops.cyclopscore.init.RecipeHandler constructRecipeHandler()
constructRecipeHandler
in class org.cyclops.cyclopscore.init.ModBase
protected net.minecraft.command.ICommand constructBaseCommand()
constructBaseCommand
in class org.cyclops.cyclopscore.init.ModBase
public void preInit(net.minecraftforge.fml.common.event.FMLPreInitializationEvent event)
preInit
in class org.cyclops.cyclopscore.init.ModBase
event
- The Forge event required for this.public void init(net.minecraftforge.fml.common.event.FMLInitializationEvent event)
init
in class org.cyclops.cyclopscore.init.ModBase
event
- The Forge event required for this.public void postInit(net.minecraftforge.fml.common.event.FMLPostInitializationEvent event)
postInit
in class org.cyclops.cyclopscore.init.ModBase
event
- The Forge event required for this.public void onServerStarting(net.minecraftforge.fml.common.event.FMLServerStartingEvent event)
onServerStarting
in class org.cyclops.cyclopscore.init.ModBase
event
- The Forge event required for this.public void onServerStarted(net.minecraftforge.fml.common.event.FMLServerStartedEvent event)
onServerStarted
in class org.cyclops.cyclopscore.init.ModBase
event
- The Forge event required for this.public void onServerStopping(net.minecraftforge.fml.common.event.FMLServerStoppingEvent event)
onServerStopping
in class org.cyclops.cyclopscore.init.ModBase
event
- The Forge event required for this.public net.minecraft.creativetab.CreativeTabs constructDefaultCreativeTab()
constructDefaultCreativeTab
in class org.cyclops.cyclopscore.init.ModBase
public void onGeneralConfigsRegister(org.cyclops.cyclopscore.config.ConfigHandler configHandler)
onGeneralConfigsRegister
in class org.cyclops.cyclopscore.init.ModBase
public void onMainConfigsRegister(org.cyclops.cyclopscore.config.ConfigHandler configHandler)
onMainConfigsRegister
in class org.cyclops.cyclopscore.init.ModBase
public org.cyclops.cyclopscore.proxy.ICommonProxy getProxy()
getProxy
in class org.cyclops.cyclopscore.init.ModBase
public 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.public void onMissingMappings(net.minecraftforge.fml.common.event.FMLMissingMappingsEvent event)
onMissingMappings
in class org.cyclops.cyclopscore.init.ModBase
public void onEntityJoinWorld(net.minecraftforge.event.entity.EntityJoinWorldEvent event)
public void onPlayerLoggedIn(net.minecraftforge.fml.common.gameevent.PlayerEvent.PlayerLoggedInEvent event)
public void onLivingDeath(net.minecraftforge.event.entity.living.LivingDeathEvent event)
public void onPlayerClone(net.minecraftforge.event.entity.player.PlayerEvent.Clone event)