Jump to content

Recommended Posts

Posted

I'm writing a core module that implements IClassTransformer. But when I @Override the transform method, it is never called.

 

For example:

 

public class Core implements IClassTransformer {

 

@Override 

public byte[] transform(String arg0, String arg1, byte[] arg2)

{

// TODO

}

 

}

 

What am I missing? When is this called?

Posted

Do not make core mods when you haven't the foggiest idea about basic java mechanics.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

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.