Package org.bukkit.command.defaults
Class BukkitCommand
- java.lang.Object
-
- org.bukkit.command.Command
-
- org.bukkit.command.defaults.BukkitCommand
-
- Direct Known Subclasses:
HelpCommand
,PluginsCommand
,ReloadCommand
,TimingsCommand
,VersionCommand
public abstract class BukkitCommand extends Command
-
-
Field Summary
-
Fields inherited from class org.bukkit.command.Command
description, timings, usageMessage
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BukkitCommand(String name)
protected
BukkitCommand(String name, String description, String usageMessage, List<String> aliases)
-
Method Summary
-
Methods inherited from class org.bukkit.command.Command
broadcastCommandMessage, broadcastCommandMessage, execute, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getUsage, isRegistered, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-