Class UserManager

java.lang.Object
com.bencodez.votingplugin.user.UserManager

public class UserManager extends Object
  • Constructor Details

  • Method Details

    • addCachingKeys

      public void addCachingKeys()
    • getGottenAllSitesDayPath

      public String getGottenAllSitesDayPath()
    • getGottenAlmostAllSitesDayPath

      public String getGottenAlmostAllSitesDayPath()
    • getCoolDownCheckSitePath

      public String getCoolDownCheckSitePath()
    • getCoolDownCheckPath

      public String getCoolDownCheckPath()
    • getAllUUIDs

      public ArrayList<String> getAllUUIDs()
    • getVotingPluginUser

      public VotingPluginUser getVotingPluginUser(com.bencodez.advancedcore.api.user.AdvancedCoreUser user)
    • getVotingPluginUser

      public VotingPluginUser getVotingPluginUser(UUID uuid, String playerName)
    • getVotingPluginUser

      public VotingPluginUser getVotingPluginUser(org.bukkit.OfflinePlayer player)
    • getVotingPluginUser

      public VotingPluginUser getVotingPluginUser(org.bukkit.entity.Player player)
    • getVotingPluginUser

      public VotingPluginUser getVotingPluginUser(String playerName)
    • getVotingPluginUser

      public VotingPluginUser getVotingPluginUser(UUID uuid)
    • getVotingPluginUser

      public VotingPluginUser getVotingPluginUser(UUID uuid, boolean loadName)