public enum BCAdvDebugging extends java.lang.Enum<BCAdvDebugging>
IAdvDebugTarget
. Use DebugRenderHelper
for helpers when rendering debuggables.Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
static boolean |
isBeingDebugged(IAdvDebugTarget target) |
void |
onServerPostTick() |
static void |
setClientDebugTarget(IAdvDebugTarget target) |
static void |
setCurrentDebugTarget(IAdvDebugTarget target) |
static BCAdvDebugging |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BCAdvDebugging[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BCAdvDebugging INSTANCE
public static BCAdvDebugging[] values()
for (BCAdvDebugging c : BCAdvDebugging.values()) System.out.println(c);
public static BCAdvDebugging valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static boolean isBeingDebugged(IAdvDebugTarget target)
public static void setCurrentDebugTarget(IAdvDebugTarget target)
public static void setClientDebugTarget(IAdvDebugTarget target)
public void onServerPostTick()