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 p_166234_, int p_166235_, int p_166236_, int p_166237_, String p_166238_)
  • Method Details

    • isSame

      boolean isSame(int p_166240_, int p_166241_, int p_166242_, int p_166243_, String p_166244_)
    • toString

      public String toString()
      Overrides:
      toString in class Object