Uses of Enum Class
zombie.debug.DebugType
Packages that use DebugType
-
Uses of DebugType in zombie.commands.serverCommands
Methods in zombie.commands.serverCommands that return DebugType -
Uses of DebugType in zombie.debug
Subclasses with type arguments of type DebugType in zombie.debugFields in zombie.debug declared as DebugTypeMethods in zombie.debug that return DebugTypeModifier and TypeMethodDescriptionstatic DebugType
DebugLog.getAnimalLog()
AutoRepiperDebugLogStream.getDefaultDebugType()
protected DebugType
AutoRepiperDebugLogStream.parseRepipeDirection
(Object object) static DebugType
Returns the enum constant of this class with the specified name.static DebugType[]
DebugType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.debug that return types with arguments of type DebugTypeMethods in zombie.debug with parameters of type DebugTypeModifier and TypeMethodDescriptionstatic void
DebugLog.enableLog
(DebugType type, LogSeverity severity) static String
DebugLog.formatString
(DebugType debugType, LogSeverity logSeverity, Object object, boolean boolean0, String string) static String
DebugLog.formatString
(DebugType debugType, LogSeverity logSeverity, Object object0, boolean boolean0, String string, Object... object1) static String
DebugLog.formatStringVarArgs
(DebugType debugType, LogSeverity logSeverity, Object object2, boolean boolean0, String string2, Object... object1) static LogSeverity
DebugLog.getLogLevel
(DebugType type) static LogSeverity
DebugLog.getLogSeverity
(DebugType debugType) static DebugLogStream
DebugLog.getOrCreateDebugLogStream
(DebugType debugType) protected PrintStream
AutoRepiperDebugLogStream.getRepipedStream
(PrintStream printStream, DebugType debugType) static boolean
static boolean
DebugLog.isLogEnabled
(DebugType type, LogSeverity logSeverity) static void
static void
DebugLog.setLogEnabled
(DebugType type, boolean bEnabled) static void
DebugLog.setLogSeverity
(DebugType debugType, LogSeverity logSeverity) Constructors in zombie.debug with parameters of type DebugTypeModifierConstructorDescriptionAutoRepiperDebugLogStream
(PrintStream printStream, DebugType debugType, LogSeverity logSeverity) -
Uses of DebugType in zombie.Lua
Methods in zombie.Lua with parameters of type DebugType