LogCommand

public class LogCommand extends CommandBase

Command for lo operations. Registered with the command system and callable by players.

java.lang.Object > CommandBase > LogCommand

Field Summary

level

final Level level

Field level.

Method Detail

LogCommand

public public LogCommand ()

Method LogCommand.

executeSync

protected void executeSync (@Nonnull final CommandContext context)

Method executeSync.

Parameters:
@Nonnull final CommandContext context

parse

public Level parse (@Nonnull final String input, @Nonnull final ParseResult parseResult)

Method parse.

Parameters:
@Nonnull final String input
@Nonnull final ParseResult parseResult