Uses of Class
fr.xephi.authme.AuthMe

Packages that use AuthMe
fr.xephi.authme   
fr.xephi.authme.api   
fr.xephi.authme.cache.backup   
fr.xephi.authme.cache.limbo   
fr.xephi.authme.commands   
fr.xephi.authme.converter   
fr.xephi.authme.datasource   
fr.xephi.authme.gui.screens   
fr.xephi.authme.listener   
fr.xephi.authme.plugin.manager   
fr.xephi.authme.process   
fr.xephi.authme.process.login   
fr.xephi.authme.process.register   
fr.xephi.authme.settings   
fr.xephi.authme.task   
 

Uses of AuthMe in fr.xephi.authme
 

Fields in fr.xephi.authme declared as AuthMe
static AuthMe AuthMe.authme
           
 AuthMe Utils.plugin
           
 AuthMe SendMailSSL.plugin
           
 AuthMe DataManager.plugin
           
 

Methods in fr.xephi.authme that return AuthMe
 AuthMe PerformBackup.getInstance()
           
static AuthMe AuthMe.getInstance()
           
 

Methods in fr.xephi.authme with parameters of type AuthMe
 void PerformBackup.setInstance(AuthMe instance)
           
 

Constructors in fr.xephi.authme with parameters of type AuthMe
DataManager(AuthMe plugin, DataSource database)
           
PerformBackup(AuthMe instance)
           
SendMailSSL(AuthMe plugin)
           
Utils(AuthMe plugin)
           
 

Uses of AuthMe in fr.xephi.authme.api
 

Fields in fr.xephi.authme.api declared as AuthMe
static AuthMe API.instance
           
 

Methods in fr.xephi.authme.api that return AuthMe
 AuthMe API.getPlugin()
           
static AuthMe API.hookAuthMe()
          Hook into AuthMe
 

Constructors in fr.xephi.authme.api with parameters of type AuthMe
API(AuthMe instance, DataSource database)
           
 

Uses of AuthMe in fr.xephi.authme.cache.backup
 

Constructors in fr.xephi.authme.cache.backup with parameters of type AuthMe
FileCache(AuthMe plugin)
           
 

Uses of AuthMe in fr.xephi.authme.cache.limbo
 

Fields in fr.xephi.authme.cache.limbo declared as AuthMe
 AuthMe LimboCache.plugin
           
 

Uses of AuthMe in fr.xephi.authme.commands
 

Fields in fr.xephi.authme.commands declared as AuthMe
 AuthMe UnregisterCommand.plugin
           
 AuthMe RegisterCommand.plugin
           
 AuthMe PasspartuCommand.plugin
           
 AuthMe EmailCommand.plugin
           
 AuthMe ChangePasswordCommand.plugin
           
 AuthMe CaptchaCommand.plugin
           
 AuthMe AdminCommand.plugin
           
 

Constructors in fr.xephi.authme.commands with parameters of type AuthMe
AdminCommand(AuthMe plugin, DataSource database)
           
CaptchaCommand(AuthMe plugin)
           
ChangePasswordCommand(DataSource database, AuthMe plugin)
           
ConverterCommand(AuthMe plugin, DataSource database)
           
EmailCommand(AuthMe plugin, DataSource data)
           
LoginCommand(AuthMe plugin)
           
LogoutCommand(AuthMe plugin, DataSource database)
           
PasspartuCommand(AuthMe plugin)
           
RegisterCommand(AuthMe plugin)
           
UnregisterCommand(AuthMe plugin, DataSource database)
           
 

Uses of AuthMe in fr.xephi.authme.converter
 

Fields in fr.xephi.authme.converter declared as AuthMe
 AuthMe RakamakConverter.instance
           
 AuthMe oldxAuthToFlat.instance
           
 AuthMe newxAuthToFlat.instance
           
 AuthMe CrazyLoginConverter.instance
           
 AuthMe xAuthConverter.plugin
           
 AuthMe vAuthFileReader.plugin
           
 AuthMe vAuthConverter.plugin
           
 AuthMe RoyalAuthConverter.plugin
           
 

Constructors in fr.xephi.authme.converter with parameters of type AuthMe
CrazyLoginConverter(AuthMe instance, DataSource database, org.bukkit.command.CommandSender sender)
           
newxAuthToFlat(AuthMe instance, DataSource database, org.bukkit.command.CommandSender sender)
           
oldxAuthToFlat(AuthMe instance, DataSource database, org.bukkit.command.CommandSender sender)
           
RakamakConverter(AuthMe instance, DataSource database, org.bukkit.command.CommandSender sender)
           
RoyalAuthConverter(AuthMe plugin)
           
vAuthConverter(AuthMe plugin, DataSource database, org.bukkit.command.CommandSender sender)
           
vAuthFileReader(AuthMe plugin, DataSource database, org.bukkit.command.CommandSender sender)
           
xAuthConverter(AuthMe plugin, DataSource database, org.bukkit.command.CommandSender sender)
           
 

Uses of AuthMe in fr.xephi.authme.datasource
 

Fields in fr.xephi.authme.datasource declared as AuthMe
 AuthMe CacheDataSource.plugin
           
 

Constructors in fr.xephi.authme.datasource with parameters of type AuthMe
CacheDataSource(AuthMe plugin, DataSource source)
           
 

Uses of AuthMe in fr.xephi.authme.gui.screens
 

Fields in fr.xephi.authme.gui.screens declared as AuthMe
 AuthMe LoginScreen.plugin
           
 

Uses of AuthMe in fr.xephi.authme.listener
 

Fields in fr.xephi.authme.listener declared as AuthMe
 AuthMe AuthMeEntityListener.instance
           
 AuthMe AuthMeBlockListener.instance
           
 AuthMe AuthMeServerListener.plugin
           
 AuthMe AuthMePlayerListener.plugin
           
 AuthMe AuthMeChestShopListener.plugin
           
 

Constructors in fr.xephi.authme.listener with parameters of type AuthMe
AuthMeBlockListener(DataSource data, AuthMe instance)
           
AuthMeChestShopListener(DataSource database, AuthMe plugin)
           
AuthMeEntityListener(DataSource data, AuthMe instance)
           
AuthMePlayerListener(AuthMe plugin, DataSource data)
           
AuthMeServerListener(AuthMe plugin)
           
 

Uses of AuthMe in fr.xephi.authme.plugin.manager
 

Fields in fr.xephi.authme.plugin.manager declared as AuthMe
 AuthMe CitizensCommunicator.instance
           
 AuthMe BungeeCordMessage.plugin
           
 

Methods in fr.xephi.authme.plugin.manager with parameters of type AuthMe
 boolean CitizensCommunicator.isNPC(org.bukkit.entity.Entity player, AuthMe instance)
           
 

Constructors in fr.xephi.authme.plugin.manager with parameters of type AuthMe
BungeeCordMessage(AuthMe plugin)
           
CitizensCommunicator(AuthMe instance)
           
 

Uses of AuthMe in fr.xephi.authme.process
 

Fields in fr.xephi.authme.process declared as AuthMe
 AuthMe Management.plugin
           
 

Constructors in fr.xephi.authme.process with parameters of type AuthMe
Management(DataSource database, AuthMe plugin)
           
 

Uses of AuthMe in fr.xephi.authme.process.login
 

Constructors in fr.xephi.authme.process.login with parameters of type AuthMe
AsyncronousLogin(org.bukkit.entity.Player player, java.lang.String password, boolean forceLogin, AuthMe plugin, DataSource data)
           
ProcessSyncronousPlayerLogin(org.bukkit.entity.Player player, AuthMe plugin, DataSource data)
           
 

Uses of AuthMe in fr.xephi.authme.process.register
 

Constructors in fr.xephi.authme.process.register with parameters of type AuthMe
AsyncronousRegister(org.bukkit.entity.Player player, java.lang.String password, java.lang.String email, AuthMe plugin, DataSource data)
           
ProcessSyncronousEmailRegister(org.bukkit.entity.Player player, AuthMe plugin)
           
ProcessSyncronousPasswordRegister(org.bukkit.entity.Player player, AuthMe plugin)
           
 

Uses of AuthMe in fr.xephi.authme.settings
 

Constructors in fr.xephi.authme.settings with parameters of type AuthMe
Settings(AuthMe plugin)
           
 

Uses of AuthMe in fr.xephi.authme.task
 

Constructors in fr.xephi.authme.task with parameters of type AuthMe
MessageTask(AuthMe plugin, java.lang.String name, java.lang.String[] strings, int interval)
           
TimeoutTask(AuthMe plugin, java.lang.String name)