Package foundry.veil

Class VeilDebugHooks

java.lang.Object
foundry.veil.VeilDebugHooks

public final class VeilDebugHooks extends Object

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 Details

    • onGLError

      public static void onGLError(int source, int type, int id, int severity, String message, long userParam)