public class ClassPatchManager extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
dumpPatched |
static ClassPatchManager |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
byte[] |
applyPatch(String name,
String mappedName,
byte[] inputData) |
byte[] |
getPatchedResource(String name,
String mappedName,
net.minecraft.launchwrapper.LaunchClassLoader loader) |
void |
setup(Side side) |
public static final ClassPatchManager INSTANCE
public static final boolean dumpPatched
public byte[] getPatchedResource(String name, String mappedName, net.minecraft.launchwrapper.LaunchClassLoader loader) throws IOException
IOException
public void setup(Side side)