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 pSource, int pType, int pId, int pSeverity, String pMessage)
  • Method Details

    • isSame

      boolean isSame(int pSource, int pType, int pId, int pSeverity, String pMessage)
    • toString

      public String toString()
      Overrides:
      toString in class Object