YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.world.storage.IPlayerFileData Interface Reference
Inheritance diagram for net.minecraft.world.storage.IPlayerFileData:
net.minecraft.world.storage.SaveHandler net.minecraft.world.chunk.storage.AnvilSaveHandler

Public Member Functions

void writePlayerData (EntityPlayer entityplayer)
 
NBTTagCompound readPlayerData (EntityPlayer entityplayer)
 
String[] getAvailablePlayerDat ()
 

Member Function Documentation

String [] net.minecraft.world.storage.IPlayerFileData.getAvailablePlayerDat ( )

Returns an array of usernames for which player.dat exists for.

Implemented in net.minecraft.world.storage.SaveHandler.

NBTTagCompound net.minecraft.world.storage.IPlayerFileData.readPlayerData ( EntityPlayer  entityplayer)

Reads the player data from disk into the specified PlayerEntityMP.

Implemented in net.minecraft.world.storage.SaveHandler.

void net.minecraft.world.storage.IPlayerFileData.writePlayerData ( EntityPlayer  entityplayer)

Writes the player data to disk from the specified PlayerEntityMP.

Implemented in net.minecraft.world.storage.SaveHandler.


The documentation for this interface was generated from the following file: