Package net.minecraft.src
Class StatsSyncher
java.lang.Object
net.minecraft.src.StatsSyncher
-
Constructor Summary
ConstructorsConstructorDescriptionStatsSyncher(Session par1Session, StatFileWriter par2StatFileWriter, File par3File) -
Method Summary
Modifier and TypeMethodDescriptionvoidAttempts to begin receiving stats from the server.voidbeginSendStats(Map par1Map) Attempts to begin sending stats to the server.voidbooleanvoidsyncStatsFileWithMap(Map par1Map)
-
Constructor Details
-
StatsSyncher
-
-
Method Details
-
beginReceiveStats
public void beginReceiveStats()Attempts to begin receiving stats from the server. Will throw an IllegalStateException if the syncher is already busy. -
beginSendStats
Attempts to begin sending stats to the server. Will throw an IllegalStateException if the syncher is already busy. -
syncStatsFileWithMap
-
func_77425_c
public boolean func_77425_c() -
func_77422_e
public void func_77422_e()
-