Class DebugUtil
java.lang.Object
me.andreasmelone.glowingeyes.common.util.DebugUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic bytedebugHexValue(byte b) static bytedebugHexValue(byte b, String namespace) static intdebugHexValue(int i) static intdebugHexValue(int i, String namespace) static longdebugHexValue(long l) static longdebugHexValue(long l, String namespace) static shortdebugHexValue(short s) static shortdebugHexValue(short s, String namespace) static booleandebugValue(boolean b) static booleandebugValue(boolean b, String namespace) static bytedebugValue(byte b) static bytedebugValue(byte b, String namespace) static chardebugValue(char c) static chardebugValue(char c, String namespace) static doubledebugValue(double d) static doubledebugValue(double d, String namespace) static floatdebugValue(float f) static floatdebugValue(float f, String namespace) static intdebugValue(int i) static intdebugValue(int i, String namespace) static longdebugValue(long l) static longdebugValue(long l, String namespace) static shortdebugValue(short s) static shortdebugValue(short s, String namespace) static StringdebugValue(String str) static StringdebugValue(String str, String namespace) static <T> TdebugValue(T obj) static <T> TdebugValue(T obj, String namespace)
-
Constructor Details
-
DebugUtil
public DebugUtil()
-
-
Method Details
-
debugValue
-
debugValue
public static int debugValue(int i) -
debugValue
-
debugValue
public static long debugValue(long l) -
debugValue
-
debugValue
public static double debugValue(double d) -
debugValue
-
debugValue
public static float debugValue(float f) -
debugValue
-
debugValue
public static boolean debugValue(boolean b) -
debugValue
-
debugValue
public static char debugValue(char c) -
debugValue
-
debugValue
public static byte debugValue(byte b) -
debugValue
-
debugValue
public static short debugValue(short s) -
debugValue
-
debugValue
-
debugValue
-
debugValue
public static <T> T debugValue(T obj) -
debugHexValue
-
debugHexValue
public static int debugHexValue(int i) -
debugHexValue
-
debugHexValue
public static long debugHexValue(long l) -
debugHexValue
-
debugHexValue
public static short debugHexValue(short s) -
debugHexValue
-
debugHexValue
public static byte debugHexValue(byte b)
-