类 GlDebug.LogEntry

java.lang.Object
com.mojang.blaze3d.platform.GlDebug.LogEntry
封闭类:
GlDebug

static class GlDebug.LogEntry extends Object
  • 字段详细资料

    • 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
  • 构造器详细资料

    • LogEntry

      LogEntry(int pSource, int pType, int pId, int pSeverity, String pMessage)
  • 方法详细资料

    • isSame

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

      public String toString()
      覆盖:
      toString 在类中 Object