public class CancelCommand extends SubCommand
Constructor and Description |
---|
CancelCommand(SkyBlock skyblock) |
Modifier and Type | Method and Description |
---|---|
String[] |
getAliases() |
String[] |
getArguments() |
String |
getInfo() |
String |
getName() |
CommandManager.Type |
getType() |
void |
onCommandByConsole(org.bukkit.command.ConsoleCommandSender sender,
String[] args) |
void |
onCommandByPlayer(org.bukkit.entity.Player player,
String[] args) |
SubCommand |
setInfo(String info) |
public CancelCommand(SkyBlock skyblock)
public void onCommandByPlayer(org.bukkit.entity.Player player, String[] args)
onCommandByPlayer
in class SubCommand
public void onCommandByConsole(org.bukkit.command.ConsoleCommandSender sender, String[] args)
onCommandByConsole
in class SubCommand
public String getName()
getName
in class SubCommand
public String getInfo()
getInfo
in class SubCommand
public SubCommand setInfo(String info)
setInfo
in class SubCommand
public String[] getAliases()
getAliases
in class SubCommand
public String[] getArguments()
getArguments
in class SubCommand
public CommandManager.Type getType()
getType
in class SubCommand
Copyright © 2018. All rights reserved.