Class GlDebug.LogEntry

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

static class GlDebug.LogEntry extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) int
     
    private final int
     
    private final String
     
    private final int
     
    private final int
     
    private final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    LogEntry(int p_166234_, int p_166235_, int p_166236_, int p_166237_, String p_166238_)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) boolean
    isSame(int p_166240_, int p_166241_, int p_166242_, int p_166243_, String p_166244_)
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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