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

Packages that use Social
org.mudcraft.bukkit.socials   
 

Uses of Social in org.mudcraft.bukkit.socials
 

Methods in org.mudcraft.bukkit.socials that return Social
 Social Socials.loadSocial(java.lang.String socialName)
          Searches for a Social by name.
 Social[] Socials.loadSocials()
          Gets the defined Socials.
 

Methods in org.mudcraft.bukkit.socials with parameters of type Social
 void Socials.saveSocial(Social social)
          Saves a Social.
 

Constructors in org.mudcraft.bukkit.socials with parameters of type Social
Social(Social other)
          Constructs a new Social instance.