Jump to content

Recommended Posts

Posted

What is wrong with this, I'm getting errors about the FML. I'm fairly new to Java and hoping to learn more :)

----------------------------------------------------------------------------------------------------------------

package murky;

 

import cpw.mods.fml.common.Mod;

import cpw.mods.fml.common.Mod.EventHandler;

import cpw.mods.fml.common.event.FMLInitializationEvent;

import cpw

@Mod(modid = "mm", name = "More Ores Mod", version = "1.0")

public class BaseClass {

@EventHandler

public void preInit(FMLPreInitialization event) {

}

@EventHandler

public void init(FMLInitializationEvent)

}

-------------------------------------------------------------------------------

Learning Java

Posted

What is wrong with this, I'm getting errors about the FML. I'm fairly new to Java and hoping to learn more :)

----------------------------------------------------------------------------------------------------------------

package murky;

 

import cpw.mods.fml.common.Mod;

import cpw.mods.fml.common.Mod.EventHandler;

import cpw.mods.fml.common.event.FMLInitializationEvent;

import cpw

@Mod(modid = "mm", name = "More Ores Mod", version = "1.0")

public class BaseClass {

@EventHandler

public void preInit(FMLPreInitialization event) {

}

@EventHandler

public void init(FMLInitializationEvent)  //sumptin' missin' here cap'n

}

-------------------------------------------------------------------------------

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.