net.minecraft.world.storage
Interface IPlayerFileData

All Known Implementing Classes:
AnvilSaveHandler, SaveHandler

public interface IPlayerFileData


Method Summary
 String[] getAvailablePlayerDat()
          Returns an array of usernames for which player.dat exists 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()
Returns an array of usernames for which player.dat exists for.