Uses of Class
studio.thevipershow.safechat.debug.DebugChannel
Package | Description |
---|---|
studio.thevipershow.safechat.debug |
-
Uses of DebugChannel in studio.thevipershow.safechat.debug
Methods in studio.thevipershow.safechat.debug that return DebugChannel Modifier and Type Method Description static DebugChannel
DebugChannel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DebugChannel[]
DebugChannel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in studio.thevipershow.safechat.debug with parameters of type DebugChannel Modifier and Type Method Description void
Debugger. infoChannel(@NotNull DebugChannel debugChannel, @NotNull java.lang.String message)
void
Debugger. warnChannel(@NotNull DebugChannel debugChannel, @NotNull java.lang.String message)