Class GlDebug.LogEntry

java.lang.Object
com.mojang.blaze3d.platform.GlDebug.LogEntry
Enclosing class:
GlDebug

static class GlDebug.LogEntry extends Object
  • Field Details

    • id

      private final int id
    • source

      private final int source
    • type

      private final int type
    • severity

      private final int severity
    • message

      private final String message
    • count

      int count
  • Constructor Details

    • LogEntry

      LogEntry(int source, int type, int id, int severity, String message)
  • Method Details

    • isSame

      boolean isSame(int source, int type, int id, int severity, String message)
    • toString

      public String toString()
      Overrides:
      toString in class Object