org.bukkit.command.defaults
Class BukkitCommand

java.lang.Object
  extended by org.bukkit.command.Command
      extended by org.bukkit.command.defaults.BukkitCommand
Direct Known Subclasses:
PluginsCommand, ReloadCommand, TimingsCommand, VersionCommand

public abstract class BukkitCommand
extends Command


Field Summary
 
Fields inherited from class org.bukkit.command.Command
description, usageMessage
 
Constructor Summary
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, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BukkitCommand

protected BukkitCommand(String name)

BukkitCommand

protected BukkitCommand(String name,
                        String description,
                        String usageMessage,
                        List<String> aliases)


Copyright © 2014. All rights reserved.