Uses of Class
org.mudcraft.bukkit.socials.Socials

Packages that use Socials
org.mudcraft.bukkit.socials   
org.mudcraft.bukkit.socials.commands   
org.mudcraft.bukkit.socials.message   
 

Uses of Socials in org.mudcraft.bukkit.socials
 

Methods in org.mudcraft.bukkit.socials with parameters of type Socials
 void Social.perform(Socials plugin, org.bukkit.entity.Player actor, java.lang.String[] split)
          Causes the Player specified by actor to perform this social.
 

Uses of Socials in org.mudcraft.bukkit.socials.commands
 

Methods in org.mudcraft.bukkit.socials.commands that return Socials
 Socials SocialCommand.getPlugin()
          Gets the Socials object.
 Socials ProfileCommand.getPlugin()
          Gets the Socials object.
 Socials EmoteCommand.getPlugin()
          Gets the Socials object.
 

Constructors in org.mudcraft.bukkit.socials.commands with parameters of type Socials
EmoteCommand(Socials plugin)
          Constructs a new EmoteCommand instance.
ProfileCommand(Socials plugin)
          Constructs a new ProfileCommand instance.
SocialCommand(Socials plugin)
          Constructs a new SocialCommand instance.
 

Uses of Socials in org.mudcraft.bukkit.socials.message
 

Methods in org.mudcraft.bukkit.socials.message that return Socials
 Socials Message.getPlugin()
          Gets the Socials plug-in.
 

Constructors in org.mudcraft.bukkit.socials.message with parameters of type Socials
Message(Socials plugin)
          Constructs a new Message instance.