classpublicPriority 1
LogCommand
com.hypixel.hytale.server.core.command.commands.debug.LogCommand
extends CommandBase
1
Methods
1
Public Methods
0
Fields
1
Constructors
Constants
StringLEVELS_STRING= Arrays.stream(STANDARD_LEVELS).map(Level::getName).collect(Collectors.joining(", "))
SingleArgumentType<Level>LOG_LEVEL= new SingleArgumentType<Level>(
"server.commands.parsing.argtype.logLevel.name",
Messa...
Level[]STANDARD_LEVELS= <complex>
Constructors
public
LogCommand()Methods
Public Methods (1)
public
Level parse(String input, ParseResult parseResult)@Nonnull