org.mudcraft.bukkit.socials.commands
Class ProfileCommand

java.lang.Object
  extended by org.mudcraft.bukkit.socials.commands.ProfileCommand
All Implemented Interfaces:
org.bukkit.command.CommandExecutor

public class ProfileCommand
extends java.lang.Object
implements org.bukkit.command.CommandExecutor

The /profile command.

Author:
Geoffrey Davis

Constructor Summary
ProfileCommand(Socials plugin)
          Constructs a new ProfileCommand instance.
 
Method Summary
 Socials getPlugin()
          Gets the Socials object.
 boolean onCommand(org.bukkit.command.CommandSender sender, org.bukkit.command.Command command, java.lang.String label, java.lang.String[] split)
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileCommand

public ProfileCommand(Socials plugin)
Constructs a new ProfileCommand instance.

Parameters:
plugin - the Socials object
Method Detail

getPlugin

public Socials getPlugin()
Gets the Socials object.

Returns:
the Socials object

onCommand

public boolean onCommand(org.bukkit.command.CommandSender sender,
                         org.bukkit.command.Command command,
                         java.lang.String label,
                         java.lang.String[] split)

Specified by:
onCommand in interface org.bukkit.command.CommandExecutor