* fix #313, fix #314

* fix other instances
This commit is contained in:
Adrian Siekierka 2018-12-16 13:37:03 +01:00 committed by GitHub
parent bbbe4237ef
commit da2e38b785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 20 additions and 15 deletions

View File

@ -1,4 +1,4 @@
CLASS cou net/minecraft/client/render/VertexBuffer
CLASS cou net/minecraft/client/render/BufferBuilder
CLASS cou$a State
FIELD b rawBuffer [I
FIELD c format Lcpa;

View File

@ -0,0 +1,2 @@
CLASS cov net/minecraft/client/render/BufferRenderer
METHOD a draw (Lcou;)V

View File

@ -2,6 +2,11 @@ CLASS ub net/minecraft/client/render/PartiallyBrokenBlockEntry
FIELD a breakingEntityId I
FIELD b pos Let;
FIELD c stage I
FIELD d lastUpdateTicks I
METHOD a setStage (I)V
ARG 1 value
METHOD b getPos ()Let;
METHOD b setLastUpdateTicks (I)V
ARG 1 value
METHOD c getStage ()I
METHOD d getLastUpdateTicks ()I

View File

@ -4,4 +4,4 @@ CLASS cox net/minecraft/client/render/Tessellator
FIELD c INSTANCE Lcox;
METHOD a getInstance ()Lcox;
METHOD b draw ()V
METHOD c getVertexBuffer ()Lcou;
METHOD c getBufferBuilder ()Lcou;

View File

@ -1,2 +0,0 @@
CLASS cov net/minecraft/client/render/VertexBufferRenderer
METHOD a draw (Lcou;)V

View File

@ -0,0 +1,4 @@
CLASS ddt net/minecraft/client/render/chunk/BlockLayeredBufferBuilder
FIELD a layerBuilders [Lcou;
METHOD a get (I)Lcou;
METHOD a get (Lbbc;)Lcou;

View File

@ -7,7 +7,7 @@ CLASS dgp net/minecraft/client/render/chunk/ChunkRenderDataTask
FIELD c runnables Ljava/util/List;
FIELD d mode Ldgp$b;
FIELD e distanceToPlayerSquared D
FIELD g vertexBuffer Lddt;
FIELD g bufferBuilder Lddt;
FIELD h renderData Ldgs;
FIELD i stage Ldgp$a;
METHOD <init> (Ldgu;Ldgp$b;DLdgw;)V
@ -15,13 +15,13 @@ CLASS dgp net/minecraft/client/render/chunk/ChunkRenderDataTask
ARG 2 mode
ARG 3 distanceToPlayerSquared
METHOD a getStage ()Ldgp$a;
METHOD a setVertexBuffer (Lddt;)V
METHOD a setBufferBuilders (Lddt;)V
METHOD a setStage (Ldgp$a;)V
METHOD a compareTo (Ldgp;)I
METHOD a setRenderData (Ldgs;)V
METHOD b getChunkRenderer ()Ldgu;
METHOD d getRenderData ()Ldgs;
METHOD e getVertexBuffer ()Lddt;
METHOD e getBufferBuilders ()Lddt;
METHOD f cancel ()V
METHOD g getLock ()Ljava/util/concurrent/locks/ReentrantLock;
METHOD h getMode ()Ldgp$b;

View File

@ -1,4 +0,0 @@
CLASS ddt net/minecraft/client/render/chunk/ChunkVertexBuffer
FIELD a renderLayerVertexBuffers [Lcou;
METHOD a getVertexBuffer (I)Lcou;
METHOD a getVertexBuffer (Lbbc;)Lcou;

View File

@ -49,7 +49,7 @@ CLASS net/minecraft/server/MinecraftServer net/minecraft/server/MinecraftServer
FIELD r serverIp Ljava/lang/String;
FIELD s serverPort I
FIELD t worlds Ljava/util/Map;
FIELD u serverConfigurationManager Lwt;
FIELD u playerManager Lwt;
FIELD v running Z
FIELD w stopped Z
FIELD x ticks I
@ -94,7 +94,7 @@ CLASS net/minecraft/server/MinecraftServer net/minecraft/server/MinecraftServer
METHOD a appendCommandFeedback (Ljd;)V
METHOD a registerTickable (Lqt;)V
METHOD a getSpawnRadius (Luq;)I
METHOD a setConfigurationManager (Lwt;)V
METHOD a setPlayerManager (Lwt;)V
METHOD a stop (Z)V
METHOD a save (ZZ)V
ARG 1 silent
@ -116,7 +116,7 @@ CLASS net/minecraft/server/MinecraftServer net/minecraft/server/MinecraftServer
METHOD ab getServerMotd ()Ljava/lang/String;
METHOD ac getWorldHeight ()I
METHOD ad isStopped ()Z
METHOD ae getConfigurationManager ()Lwt;
METHOD ae getPlayerManager ()Lwt;
METHOD af isRemote ()Z
METHOD ag getNetworkIO ()Lvf;
METHOD ai hasGui ()Z

View File

@ -11,7 +11,7 @@ CLASS tr net/minecraft/server/dedicated/MinecraftDedicatedServer
METHOD a openToLan (Lbbm;ZI)Z
METHOD a isSpawnProtected (Lbbp;Let;Larb;)Z
METHOD aa areCommandBlocksEnabled ()Z
METHOD ae getConfigurationManager ()Lwt;
METHOD ae getPlayerManager ()Lwt;
METHOD af isRemote ()Z
METHOD ai hasGui ()Z
METHOD an getSpawnProtectionRadius ()I