public interface IPlayerTracker
| Modifier and Type | Method and Description |
|---|---|
void |
onPlayerChangedDimension(EntityPlayer player) |
void |
onPlayerLogin(EntityPlayer player) |
void |
onPlayerLogout(EntityPlayer player) |
void |
onPlayerRespawn(EntityPlayer player) |
void onPlayerLogin(EntityPlayer player)
void onPlayerLogout(EntityPlayer player)
void onPlayerChangedDimension(EntityPlayer player)
void onPlayerRespawn(EntityPlayer player)