Class FormattedCommandAlias

java.lang.Object
org.cloudburstmc.server.command.Command
org.cloudburstmc.server.command.FormattedCommandAlias

public class FormattedCommandAlias extends Command
author: MagicDroidX Nukkit Project
  • Constructor Details

    • FormattedCommandAlias

      public FormattedCommandAlias(String alias, List<String> formatStrings)
  • Method Details

    • execute

      public boolean execute(org.cloudburstmc.api.command.CommandSender sender, String commandLabel, String[] args)
      Specified by:
      execute in class Command