Package net.openosrs.api.identity
Class GamepackIdentityPatch
- java.lang.Object
-
- net.openosrs.api.identity.GamepackIdentityPatch
-
public final class GamepackIdentityPatch extends java.lang.ObjectFour targeted, in-memory method overrides bound to a stock-launch capture.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Offline gate: resolve, transform and ask the JVM to link the actual classes.static java.util.Map<java.lang.String,byte[]>prepare(java.util.jar.JarFile jar)
-
-
-
Method Detail
-
prepare
public static java.util.Map<java.lang.String,byte[]> prepare(java.util.jar.JarFile jar) throws java.io.IOException- Throws:
java.io.IOException
-
main
public static void main(java.lang.String[] args) throws java.lang.ExceptionOffline gate: resolve, transform and ask the JVM to link the actual classes.- Throws:
java.lang.Exception
-
-