Class DebugUtil

java.lang.Object
me.andreasmelone.glowingeyes.common.util.DebugUtil

public class DebugUtil extends Object
  • Constructor Details

    • DebugUtil

      public DebugUtil()
  • Method Details

    • debugValue

      public static int debugValue(int i, String namespace)
    • debugValue

      public static int debugValue(int i)
    • debugValue

      public static long debugValue(long l, String namespace)
    • debugValue

      public static long debugValue(long l)
    • debugValue

      public static double debugValue(double d, String namespace)
    • debugValue

      public static double debugValue(double d)
    • debugValue

      public static float debugValue(float f, String namespace)
    • debugValue

      public static float debugValue(float f)
    • debugValue

      public static boolean debugValue(boolean b, String namespace)
    • debugValue

      public static boolean debugValue(boolean b)
    • debugValue

      public static char debugValue(char c, String namespace)
    • debugValue

      public static char debugValue(char c)
    • debugValue

      public static byte debugValue(byte b, String namespace)
    • debugValue

      public static byte debugValue(byte b)
    • debugValue

      public static short debugValue(short s, String namespace)
    • debugValue

      public static short debugValue(short s)
    • debugValue

      public static String debugValue(String str, String namespace)
    • debugValue

      public static String debugValue(String str)
    • debugValue

      public static <T> T debugValue(T obj, String namespace)
    • debugValue

      public static <T> T debugValue(T obj)
    • debugHexValue

      public static int debugHexValue(int i, String namespace)
    • debugHexValue

      public static int debugHexValue(int i)
    • debugHexValue

      public static long debugHexValue(long l, String namespace)
    • debugHexValue

      public static long debugHexValue(long l)
    • debugHexValue

      public static short debugHexValue(short s, String namespace)
    • debugHexValue

      public static short debugHexValue(short s)
    • debugHexValue

      public static byte debugHexValue(byte b, String namespace)
    • debugHexValue

      public static byte debugHexValue(byte b)