net.minecraft.stats
Class StatsSyncher

java.lang.Object
  extended by net.minecraft.stats.StatsSyncher

public class StatsSyncher
extends Object


Constructor Summary
StatsSyncher(Session par1Session, StatFileWriter par2StatFileWriter, File par3File)
           
 
Method Summary
 void beginReceiveStats()
          Attempts to begin receiving stats from the server.
 void beginSendStats(Map par1Map)
          Attempts to begin sending stats to the server.
 void func_77422_e()
           
 boolean func_77425_c()
           
 void syncStatsFileWithMap(Map par1Map)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatsSyncher

public StatsSyncher(Session par1Session,
                    StatFileWriter par2StatFileWriter,
                    File par3File)
Method Detail

beginReceiveStats

public void beginReceiveStats()
Attempts to begin receiving stats from the server. Will throw an IllegalStateException if the syncher is already busy.


beginSendStats

public void beginSendStats(Map par1Map)
Attempts to begin sending stats to the server. Will throw an IllegalStateException if the syncher is already busy.


syncStatsFileWithMap

public void syncStatsFileWithMap(Map par1Map)

func_77425_c

public boolean func_77425_c()

func_77422_e

public void func_77422_e()