net.minecraft.src
Interface IPlayerFileData

All Known Implementing Classes:
AnvilSaveHandler, SaveHandler

public interface IPlayerFileData


Method Summary
 String[] getAvailablePlayerDat()
          Gets an array of Usernames there are available player.dat files for.
 void readPlayerData(EntityPlayer var1)
          Reads the player data from disk into the specified PlayerEntityMP.
 void writePlayerData(EntityPlayer var1)
          Writes the player data to disk from the specified PlayerEntityMP.
 

Method Detail

writePlayerData

void writePlayerData(EntityPlayer var1)
Writes the player data to disk from the specified PlayerEntityMP.


readPlayerData

void readPlayerData(EntityPlayer var1)
Reads the player data from disk into the specified PlayerEntityMP.


getAvailablePlayerDat

String[] getAvailablePlayerDat()
Gets an array of Usernames there are available player.dat files for.