Class BanListCommand

java.lang.Object
org.cloudburstmc.server.command.Command
org.cloudburstmc.server.command.defaults.BanListCommand

public class BanListCommand extends Command
Created on 2015/11/11 by xtypr. Package cn.nukkit.command.defaults in project Nukkit .
  • Constructor Details

    • BanListCommand

      public BanListCommand()
  • Method Details

    • execute

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