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 DebugTypeDebugLog.getAnimalLog()AutoRepiperDebugLogStream.getDefaultDebugType()static DebugTypeReturns 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 TypeMethodDescriptionAutoRepiperDebugLogStream.RepiperPacket.alloc(Object object, LogSeverity logSeverity, DebugType debugType) static voidDebugLog.enableLog(DebugType type, LogSeverity severity) static StringDebugLog.formatString(DebugType debugType, LogSeverity logSeverity, Object object, boolean boolean0, String string) static StringDebugLog.formatString(DebugType debugType, LogSeverity logSeverity, Object object, boolean boolean0, String string, Object... objects) static StringDebugLog.formatStringVarArgs(DebugType debugType, LogSeverity logSeverity, Object object1, boolean boolean0, String string2, Object... objects) static LogSeverityDebugLog.getLogLevel(DebugType type) static LogSeverityDebugLog.getLogSeverity(DebugType debugType) static DebugLogStreamDebugLog.getOrCreateDebugLogStream(DebugType debugType) static booleanstatic booleanDebugLog.isLogEnabled(DebugType type, LogSeverity logSeverity) static voidstatic voidDebugLog.setLogEnabled(DebugType type, boolean bEnabled) static voidDebugLog.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