fr.xephi.authme.process.login
Class ProcessSyncronousPlayerLogin

java.lang.Object
  extended by fr.xephi.authme.process.login.ProcessSyncronousPlayerLogin
All Implemented Interfaces:
java.lang.Runnable

public class ProcessSyncronousPlayerLogin
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
ProcessSyncronousPlayerLogin(org.bukkit.entity.Player player, AuthMe plugin, DataSource data)
           
 
Method Summary
 LimboPlayer getLimbo()
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessSyncronousPlayerLogin

public ProcessSyncronousPlayerLogin(org.bukkit.entity.Player player,
                                    AuthMe plugin,
                                    DataSource data)
Method Detail

getLimbo

public LimboPlayer getLimbo()

run

public void run()
Specified by:
run in interface java.lang.Runnable