First build

This commit is contained in:
catfoolyou
2025-01-31 11:52:23 -05:00
parent 31a7d52118
commit a6aefbef61
1853 changed files with 348 additions and 11 deletions

View File

@@ -1663,9 +1663,9 @@ public class Minecraft
/**
* Arguments: World foldername, World ingame name, WorldSettings
*/
public void launchIntegratedServer(String par1Str, String par2Str, WorldSettings par3WorldSettings)
public void launchIntegratedServer(String par1Str, String par2Str, WorldSettings par3WorldSettings) // FIX THIS SHIT
{
this.loadWorld((WorldClient)null);
/*this.loadWorld((WorldClient)null);
System.gc();
ISaveHandler var4 = this.saveLoader.getSaveLoader(par1Str, false);
WorldInfo var5 = var4.loadWorldInfo();
@@ -1720,7 +1720,7 @@ public class Minecraft
catch (IOException var8)
{
this.displayCrashReport(this.addGraphicsAndWorldToCrashReport(new CrashReport("Connecting to integrated server", var8)));
}
}*/
}
/**
@@ -1734,9 +1734,9 @@ public class Minecraft
/**
* par2Str is displayed on the loading screen to the user unloads the current world first
*/
public void loadWorld(WorldClient par1WorldClient, String par2Str)
public void loadWorld(WorldClient par1WorldClient, String par2Str) // FIX THIS SHIT
{
this.statFileWriter.syncStats();
/*this.statFileWriter.syncStats();
if (par1WorldClient == null)
{
@@ -1810,7 +1810,7 @@ public class Minecraft
}
System.gc();
this.systemTime = 0L;
this.systemTime = 0L;*/
}
public void setNetManager(INetworkManager nm) {
@@ -2137,9 +2137,9 @@ public class Minecraft
return this.theIntegratedServer;
}
public static void stopIntegratedServer()
public static void stopIntegratedServer() // FIX THIS SHIT
{
if (theMinecraft != null)
/*if (theMinecraft != null)
{
IntegratedServer var0 = theMinecraft.getIntegratedServer();
@@ -2147,7 +2147,7 @@ public class Minecraft
{
var0.stopServer();
}
}
}*/
}
/**
@@ -2202,7 +2202,7 @@ public class Minecraft
static String getLaunchedVersion(Minecraft par0Minecraft)
{
return par0Minecraft.launchedVersion;
return "1.6.4";
}
static LanguageManager func_142024_b(Minecraft par0Minecraft)