Uses of Class
net.minecraft.src.MinecraftException

Packages that use MinecraftException
net.minecraft.src   
 

Uses of MinecraftException in net.minecraft.src
 

Methods in net.minecraft.src that throw MinecraftException
 void SaveHandlerMP.checkSessionLock()
          Checks the session lock to prevent save collisions
 void World.checkSessionLock()
          Checks whether the session lock file was modified by another process
 void ISaveHandler.checkSessionLock()
          Checks the session lock to prevent save collisions
 void SaveHandler.checkSessionLock()
          Checks the session lock to prevent save collisions
 void WorldServer.saveAllChunks(boolean par1, IProgressUpdate par2IProgressUpdate)
          Saves all chunks to disk while updating progress bar.
 void AnvilChunkLoader.saveChunk(World par1World, Chunk par2Chunk)
           
 void IChunkLoader.saveChunk(World var1, Chunk var2)