Package com.xpdustry.distributor.command
Interface CommandFacade
public interface CommandFacade
-
Method Summary
Modifier and TypeMethodDescriptionstatic CommandFacadefrom(arc.util.CommandHandler.Command command) getHelp(CommandSender sender, String query) getName()@Nullable MindustryPluginbooleanisAlias()booleanbooleanisVisible(CommandSender sender)
-
Method Details
-
from
-
getRealName
String getRealName() -
getName
String getName() -
getDescription
DescriptionFacade getDescription() -
isAlias
boolean isAlias() -
isPrefixed
boolean isPrefixed() -
isVisible
-
getHelp
-
getPlugin
@Nullable MindustryPlugin getPlugin()
-