public class MCPMerger extends Object
Constructor and Description |
---|
MCPMerger() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
getClassBytes(String name) |
static void |
main(String[] args) |
static byte[] |
processClass(byte[] cIn,
byte[] sIn,
cpw.mods.fml.common.asm.transformers.MCPMerger.ClassInfo info) |
static void |
processJar(File clientInFile,
File serverInFile,
File clientOutFile,
File serverOutFile) |
public static void main(String[] args)
public static void processJar(File clientInFile, File serverInFile, File clientOutFile, File serverOutFile) throws IOException
IOException
public static byte[] processClass(byte[] cIn, byte[] sIn, cpw.mods.fml.common.asm.transformers.MCPMerger.ClassInfo info)
public static byte[] getClassBytes(String name) throws IOException
IOException