leonardude Posted February 10, 2013 Posted February 10, 2013 I was trying to call the register method that's in the UniversalElectricity class but I don't understand how to do that. Please help!
Neowulf Posted February 10, 2013 Posted February 10, 2013 More effort than that please. If you're going to make a cry for help then people need to know what the problem actually is and what you've tried.
leonardude Posted February 10, 2013 Author Posted February 10, 2013 I've tried editing the register method's parameters to include an object for my main mod class and then creating an object of the UniversalElectricity class in my main mod class and calling the register method in my pre-init stage. I've also tried putting in an object of my main mod class into the parameters when I'm call the register method but I'm not sure if I'm doing it right.
aidancbrady Posted February 21, 2013 Posted February 21, 2013 Are you using eclipse? If so it should give you the list of parameters along with their use. UniversalElectricity.register() is just used to initiate the API's hooks -- pretty much useless if called from a different mod.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now