Fix three easy issues (#762)

* WORLD_INFO -> DEMO_LEVEL_INFO (fix #761)

* MinecraftServer#isServerThreadAlive -> isServerThreadDead (fix #760)

* PauseScreen -> GameMenuScreen (fix #704)
This commit is contained in:
quaternary 2019-06-28 16:12:32 -04:00 committed by Adrian Siekierka
parent bccef14e3c
commit e3f8c1660e
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
CLASS czt net/minecraft/client/gui/screen/PauseScreen
CLASS czt net/minecraft/client/gui/screen/GameMenuScreen
METHOD render (IIF)V
ARG 1 mouseX
ARG 2 mouseY

View File

@ -46,7 +46,7 @@ CLASS net/minecraft/server/MinecraftServer
FIELD at workerExecutor Ljava/util/concurrent/Executor;
FIELD au serverId Ljava/lang/String;
FIELD b USER_CACHE_FILE Ljava/io/File;
FIELD c WORLD_INFO Lbhq;
FIELD c DEMO_LEVEL_INFO Lbhq;
FIELD d worldGenerationProgressListenerFactory Lvs;
FIELD f lastTickLengths [J
FIELD g serverThread Ljava/lang/Thread;
@ -235,7 +235,7 @@ CLASS net/minecraft/server/MinecraftServer
METHOD t exit ()V
METHOD u isNetherAllowed ()Z
METHOD v start ()V
METHOD w isServerThreadAlive ()Z
METHOD w isStopping ()Z
METHOD x getWorlds ()Ljava/lang/Iterable;
METHOD y getVersion ()Ljava/lang/String;
METHOD z getCurrentPlayerCount ()I