cpw.mods.fml.common
Interface IPlayerTracker


public interface IPlayerTracker

Author:
cpw

Method Summary
 void onPlayerChangedDimension(EntityPlayer player)
           
 void onPlayerLogin(EntityPlayer player)
           
 void onPlayerLogout(EntityPlayer player)
           
 void onPlayerRespawn(EntityPlayer player)
           
 

Method Detail

onPlayerLogin

void onPlayerLogin(EntityPlayer player)

onPlayerLogout

void onPlayerLogout(EntityPlayer player)

onPlayerChangedDimension

void onPlayerChangedDimension(EntityPlayer player)

onPlayerRespawn

void onPlayerRespawn(EntityPlayer player)