Package foundry.veil
Class VeilDebugHooks
java.lang.Object
foundry.veil.VeilDebugHooks
Class designed to expose useful debugging functions buried in Minecraft source code.
The intent is to allow for an easy target for mixin or placing a breakpoint.
-
Method Summary
-
Method Details
-
onGLError
public static void onGLError(int source, int type, int id, int severity, String message, long userParam)
-