Uses of Class
org.mudcraft.bukkit.socials.user.SocialUser

Packages that use SocialUser
org.mudcraft.bukkit.socials   
org.mudcraft.bukkit.socials.message   
org.mudcraft.bukkit.socials.user   
 

Uses of SocialUser in org.mudcraft.bukkit.socials
 

Methods in org.mudcraft.bukkit.socials that return SocialUser
 SocialUser Socials.loadOrCreateSocialUser(org.bukkit.entity.Player player)
          Searches for a SocialUser by player.
 SocialUser Socials.loadOrCreateSocialUser(java.lang.String playerName)
          Searches for a SocialUser by name.
 SocialUser Socials.loadSocialUser(org.bukkit.entity.Player player)
          Searches for a SocialUser by player.
 SocialUser Socials.loadSocialUser(java.lang.String playerName)
          Searches for a SocialUser by name.
 SocialUser[] Socials.loadSocialUsers()
          Gets the defined SocialUsers.
 

Methods in org.mudcraft.bukkit.socials with parameters of type SocialUser
 void Socials.saveSocialUser(SocialUser user)
          Saves a SocialUser.
 

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

Methods in org.mudcraft.bukkit.socials.message that return SocialUser
 SocialUser Message.Context.getSocialUser(java.lang.String key)
          Searches for the property with the specified key.
 

Methods in org.mudcraft.bukkit.socials.message with parameters of type SocialUser
 Message.Context Message.Context.setSocialUser(java.lang.String key, SocialUser user)
          Associates the name of the specified social user with the specified key.
 

Uses of SocialUser in org.mudcraft.bukkit.socials.user
 

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