Package net.minecraft.src
Interface IPlayerFileData
- All Known Implementing Classes:
AnvilSaveHandler,AnvilSaveHandlerBTW,SaveHandler
public interface IPlayerFileData
-
Method Summary
Modifier and TypeMethodDescriptionString[]Returns an array of usernames for which player.dat exists for.readPlayerData(EntityPlayer var1) Reads the player data from disk into the specified PlayerEntityMP.voidwritePlayerData(EntityPlayer var1) Writes the player data to disk from the specified PlayerEntityMP.
-
Method Details
-
writePlayerData
Writes the player data to disk from the specified PlayerEntityMP. -
readPlayerData
Reads the player data from disk into the specified PlayerEntityMP. -
getAvailablePlayerDat
String[] getAvailablePlayerDat()Returns an array of usernames for which player.dat exists for.
-