Uses of Class
fr.xephi.authme.cache.limbo.LimboPlayer

Packages that use LimboPlayer
fr.xephi.authme.cache.limbo   
fr.xephi.authme.process.login   
 

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

Fields in fr.xephi.authme.cache.limbo with type parameters of type LimboPlayer
 java.util.HashMap<java.lang.String,LimboPlayer> LimboCache.cache
           
 

Methods in fr.xephi.authme.cache.limbo that return LimboPlayer
 LimboPlayer LimboCache.getLimboPlayer(java.lang.String name)
           
 

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

Methods in fr.xephi.authme.process.login that return LimboPlayer
 LimboPlayer ProcessSyncronousPlayerLogin.getLimbo()