populateCrashReport (#255)

This commit is contained in:
Jamie Mansfield 2018-12-10 18:53:18 +00:00 committed by Adrian Siekierka
parent f97c7ba42b
commit b093e2f65b
8 changed files with 9 additions and 8 deletions

View File

@ -13,7 +13,7 @@ CLASS bmq net/minecraft/block/entity/BlockEntity
METHOD a setWorld (Lbas;)V
METHOD a applyMirror (Lbjc;)V
METHOD a applyRotation (Lbkc;)V
METHOD a appendCrashReportDetails (Lc;)V
METHOD a populateCrashReport (Lc;)V
METHOD a setPos (Let;)V
METHOD a toTag (Lhq;)Lhq;
METHOD ab_ toUpdatePacket ()Lkc;

View File

@ -131,7 +131,8 @@ CLASS cof net/minecraft/client/MinecraftClient
METHOD ay isMainThread ()Z
METHOD az doAttack ()V
METHOD b start ()V
METHOD b appendCrashReportDetails (Lb;)Lb;
METHOD b populateCrashReport (Lb;)Lb;
ARG 1 report
METHOD c getFramebuffer ()Lcmn;
METHOD c printCrashReport (Lb;)V
METHOD c setConnectedToRealms (Z)V

View File

@ -131,7 +131,7 @@ CLASS agk net/minecraft/entity/Entity
ARG 3 multiplierY
ARG 4 multiplierZ
METHOD a changeDimension (Lbrf;)Lagk;
METHOD a appendCrashReportDetails (Lc;)V
METHOD a populateCrashReport (Lc;)V
METHOD a setBoundingBox (Lckv;)V
METHOD a squaredDistanceTo (Lckz;)D
METHOD a isTeamPlayer (Lcmb;)Z

View File

@ -9,7 +9,7 @@ CLASS aom net/minecraft/entity/FallingBlockEntity
ARG 2 x
ARG 4 y
METHOD T_ update ()V
METHOD a appendCrashReportDetails (Lc;)V
METHOD a populateCrashReport (Lc;)V
METHOD a setFallingBlockPos (Let;)V
METHOD a readCustomDataFromTag (Lhq;)V
METHOD a setHurtEntities (Z)V

View File

@ -138,7 +138,7 @@ CLASS net/minecraft/server/MinecraftServer net/minecraft/server/MinecraftServer
METHOD az getNetworkCompressionThreshold ()I
METHOD b shouldTrackOutput ()Z
METHOD b setWorldHeight (I)V
METHOD b appendCrashReportDetails (Lb;)Lb;
METHOD b populateCrashReport (Lb;)Lb;
METHOD b setServerIp (Ljava/lang/String;)V
METHOD b tick (Ljava/util/function/BooleanSupplier;)V
METHOD b setForceWorldUpgrade (Z)V

View File

@ -17,7 +17,7 @@ CLASS to net/minecraft/server/dedicated/MinecraftDedicatedServer
METHOD an getSpawnProtectionRadius ()I
METHOD aw getMaxWorldBorderRadius ()I
METHOD az getNetworkCompressionThreshold ()I
METHOD b appendCrashReportDetails (Lb;)Lb;
METHOD b populateCrashReport (Lb;)Lb;
METHOD b tick (Ljava/util/function/BooleanSupplier;)V
METHOD ba createGui ()V
METHOD bc getMaxTickTime ()J

View File

@ -23,7 +23,7 @@ CLASS doq net/minecraft/server/integrated/IntegratedServer
METHOD a stop (Z)V
METHOD aa areCommandBlocksEnabled ()Z
METHOD af isRemote ()Z
METHOD b appendCrashReportDetails (Lb;)Lb;
METHOD b populateCrashReport (Lb;)Lb;
METHOD d setupServer ()Z
METHOD f shouldGenerateStructures ()Z
METHOD g getDefaultGameMode ()Lbap;

View File

@ -75,7 +75,7 @@ CLASS chd net/minecraft/world/level/LevelProperties
METHOD a getWorldData (Lbrf;)Lhq;
METHOD a setWorldData (Lbrf;Lhq;)V
ARG 1 type
METHOD a appendCrashReportDetails (Lc;)V
METHOD a populateCrashReport (Lc;)V
METHOD a setSpawnPos (Let;)V
METHOD a cloneWorldTag (Lhq;)Lhq;
METHOD a updateProperties (Lhq;Lhq;)V