diff --git a/mappings/dgx.mapping b/mappings/dgx.mapping deleted file mode 100644 index 009cc137da..0000000000 --- a/mappings/dgx.mapping +++ /dev/null @@ -1,5 +0,0 @@ -CLASS dgx - METHOD a render (Lboi;DDDFI)V - ARG 1 entity - ARG 2 xOffset - ARG 4 yOffset diff --git a/mappings/dhb.mapping b/mappings/dhb.mapping deleted file mode 100644 index 0f1be9ba77..0000000000 --- a/mappings/dhb.mapping +++ /dev/null @@ -1,5 +0,0 @@ -CLASS dhb - METHOD a render (Lboi;DDDFI)V - ARG 1 entity - ARG 2 xOffset - ARG 4 yOffset diff --git a/mappings/net/minecraft/block/entity/ConduitBlockEntity.mapping b/mappings/net/minecraft/block/entity/ConduitBlockEntity.mapping index 7a27d969d4..0103952516 100644 --- a/mappings/net/minecraft/block/entity/ConduitBlockEntity.mapping +++ b/mappings/net/minecraft/block/entity/ConduitBlockEntity.mapping @@ -1,8 +1,12 @@ CLASS bop net/minecraft/block/entity/ConduitBlockEntity + FIELD h eyeOpenClient Z FIELD j targetEntity Lahm; FIELD k targetUuid Ljava/util/UUID; METHOD a toUpdatePacket ()Lke; METHOD a fromTag (Lhs;)V + METHOD a playSound (Lxt;)V METHOD aa_ tick ()V METHOD b toInitialChunkDataTag ()Lhs; METHOD b toTag (Lhs;)Lhs; + METHOD b setEyeOpenClient (Z)V + METHOD d isEyeOpenClient ()Z diff --git a/mappings/net/minecraft/client/render/WorldRenderer.mapping b/mappings/net/minecraft/client/render/WorldRenderer.mapping index 36716ecd92..110be91b4e 100644 --- a/mappings/net/minecraft/client/render/WorldRenderer.mapping +++ b/mappings/net/minecraft/client/render/WorldRenderer.mapping @@ -5,6 +5,7 @@ CLASS dey net/minecraft/client/render/WorldRenderer FIELD E framebuffer Lcog; FIELD W chunkBatcher Ldhm; FIELD Y renderDistance I + FIELD a DIRECTIONS [Ley; FIELD aa totalEntities I FIELD ab renderedEntities I FIELD ah vertexBufferObjectsEnabled Z diff --git a/mappings/net/minecraft/client/render/block/BlockModelRenderer.mapping b/mappings/net/minecraft/client/render/block/BlockModelRenderer.mapping index f6a06c9191..f9c2d11be3 100644 --- a/mappings/net/minecraft/client/render/block/BlockModelRenderer.mapping +++ b/mappings/net/minecraft/client/render/block/BlockModelRenderer.mapping @@ -43,6 +43,9 @@ CLASS dfq net/minecraft/client/render/block/BlockModelRenderer FIELD l FLIP_EAST Ldfq$d; FIELD m shape I FIELD a colorMap Lcqi; + FIELD b brightnessCache Ljava/lang/ThreadLocal; + FIELD c brightnessCacheEnabled Ljava/lang/ThreadLocal; + METHOD a enableBrightnessCache ()V METHOD a renderQuad (FFFFLjava/util/List;)V ARG 1 colorMultiplier ARG 2 red @@ -91,6 +94,7 @@ CLASS dfq net/minecraft/client/render/block/BlockModelRenderer ARG 1 model ARG 2 state ARG 3 colorMultiplier + METHOD b disableBrightnessCache ()V METHOD b tesselateSmooth (Lbbp;Ldpu;Lbqe;Let;Lcpj;ZLjava/util/Random;J)Z ARG 1 view ARG 2 model diff --git a/mappings/net/minecraft/client/render/block/entity/BellBlockEntityRenderer.mapping b/mappings/net/minecraft/client/render/block/entity/BellBlockEntityRenderer.mapping index 5c53dd3c00..7261228ad0 100644 --- a/mappings/net/minecraft/client/render/block/entity/BellBlockEntityRenderer.mapping +++ b/mappings/net/minecraft/client/render/block/entity/BellBlockEntityRenderer.mapping @@ -1,4 +1,6 @@ CLASS dgu net/minecraft/client/render/block/entity/BellBlockEntityRenderer + FIELD c BELL_BODY_TEXTURE Lqe; + FIELD d model Lcyr; METHOD a render (Lboi;DDDFI)V ARG 1 entity ARG 2 xOffset diff --git a/mappings/net/minecraft/client/render/block/entity/CampfireBlockEntityRenderer.mapping b/mappings/net/minecraft/client/render/block/entity/CampfireBlockEntityRenderer.mapping new file mode 100644 index 0000000000..e044213444 --- /dev/null +++ b/mappings/net/minecraft/client/render/block/entity/CampfireBlockEntityRenderer.mapping @@ -0,0 +1,5 @@ +CLASS dgx net/minecraft/client/render/block/entity/CampfireBlockEntityRenderer + METHOD a render (Lboi;DDDFI)V + ARG 1 entity + ARG 2 xOffset + ARG 4 yOffset diff --git a/mappings/net/minecraft/client/render/block/entity/ConduitBlockEntityRenderer.mapping b/mappings/net/minecraft/client/render/block/entity/ConduitBlockEntityRenderer.mapping index 17a3b3608e..1685f6259b 100644 --- a/mappings/net/minecraft/client/render/block/entity/ConduitBlockEntityRenderer.mapping +++ b/mappings/net/minecraft/client/render/block/entity/ConduitBlockEntityRenderer.mapping @@ -1,10 +1,26 @@ CLASS dgz net/minecraft/client/render/block/entity/ConduitBlockEntityRenderer + CLASS dgz$a CageModel + FIELD a cuboid Ldbs; + METHOD a render (FFFFFF)V + CLASS dgz$b EyeModel + FIELD a cuboid Ldbs; + METHOD a render (FFFFFF)V + CLASS dgz$c BaseModel + FIELD a cuboid Ldbs; + METHOD a render (FFFFFF)V + CLASS dgz$d WindModel + FIELD a cuboids [Ldbs; + METHOD a render (FFFFFF)V FIELD c BASE_TEX Lqe; FIELD d CAGE_TEX Lqe; FIELD e WIND_TEX Lqe; FIELD f WIND_VERTICAL_TEX Lqe; FIELD g OPEN_EYE_TEX Lqe; FIELD h CLOSED_EYE_TEX Lqe; + FIELD i baseModel Ldgz$c; + FIELD j cageModel Ldgz$a; + FIELD k windModel Ldgz$d; + FIELD l eyeModel Ldgz$b; METHOD a render (Lboi;DDDFI)V ARG 1 entity ARG 2 xOffset diff --git a/mappings/net/minecraft/client/render/block/entity/EndGatewayBlockEntityRenderer.mapping b/mappings/net/minecraft/client/render/block/entity/EndGatewayBlockEntityRenderer.mapping index f9f390cf5c..2e56fda631 100644 --- a/mappings/net/minecraft/client/render/block/entity/EndGatewayBlockEntityRenderer.mapping +++ b/mappings/net/minecraft/client/render/block/entity/EndGatewayBlockEntityRenderer.mapping @@ -1,7 +1,5 @@ -CLASS dhj net/minecraft/client/render/block/entity/EndGatewayBlockEntityRenderer - FIELD c SKY_TEX Lqe; - FIELD d PORTAL_TEX Lqe; - FIELD e RANDOM Ljava/util/Random; +CLASS dhi net/minecraft/client/render/block/entity/EndGatewayBlockEntityRenderer + FIELD c BEAM_TEXTURE Lqe; METHOD a render (Lboi;DDDFI)V ARG 1 entity ARG 2 xOffset diff --git a/mappings/net/minecraft/client/render/block/entity/EndPortalBlockEntityRenderer.mapping b/mappings/net/minecraft/client/render/block/entity/EndPortalBlockEntityRenderer.mapping index 4f5ff39b9f..b30f8e72ae 100644 --- a/mappings/net/minecraft/client/render/block/entity/EndPortalBlockEntityRenderer.mapping +++ b/mappings/net/minecraft/client/render/block/entity/EndPortalBlockEntityRenderer.mapping @@ -1,4 +1,8 @@ -CLASS dhi net/minecraft/client/render/block/entity/EndPortalBlockEntityRenderer +CLASS dhj net/minecraft/client/render/block/entity/EndPortalBlockEntityRenderer + FIELD c SKY_TEX Lqe; + FIELD d PORTAL_TEX Lqe; + FIELD e RANDOM Ljava/util/Random; + METHOD a (FFFF)Ljava/nio/FloatBuffer; METHOD a render (Lboi;DDDFI)V ARG 1 entity ARG 2 xOffset diff --git a/mappings/net/minecraft/client/render/block/entity/LecternBlockEntityRenderer.mapping b/mappings/net/minecraft/client/render/block/entity/LecternBlockEntityRenderer.mapping new file mode 100644 index 0000000000..6d2d21222a --- /dev/null +++ b/mappings/net/minecraft/client/render/block/entity/LecternBlockEntityRenderer.mapping @@ -0,0 +1,7 @@ +CLASS dhb net/minecraft/client/render/block/entity/LecternBlockEntityRenderer + FIELD c BOOK_TEXTURE Lqe; + FIELD d model Lcyu; + METHOD a render (Lboi;DDDFI)V + ARG 1 entity + ARG 2 xOffset + ARG 4 yOffset diff --git a/mappings/net/minecraft/client/render/chunk/ChunkRenderData.mapping b/mappings/net/minecraft/client/render/chunk/ChunkRenderData.mapping index 571ac8904e..b2ee826b13 100644 --- a/mappings/net/minecraft/client/render/chunk/ChunkRenderData.mapping +++ b/mappings/net/minecraft/client/render/chunk/ChunkRenderData.mapping @@ -1,5 +1,8 @@ CLASS dho net/minecraft/client/render/chunk/ChunkRenderData + CLASS dho$1 + METHOD c markBufferInitialized (Lbbs;)V FIELD a EMPTY Ldho; + FIELD c initialized [Z FIELD d empty Z FIELD e blockEntities Ljava/util/List; FIELD g bufferState Lcpj$a; @@ -8,3 +11,5 @@ CLASS dho net/minecraft/client/render/chunk/ChunkRenderData METHOD a setBufferState (Lcpj$a;)V METHOD b getBlockEntities ()Ljava/util/List; METHOD c getBufferState ()Lcpj$a; + METHOD c markBufferInitialized (Lbbs;)V + METHOD d isBufferInitialized (Lbbs;)Z diff --git a/mappings/net/minecraft/client/render/chunk/ChunkRenderer.mapping b/mappings/net/minecraft/client/render/chunk/ChunkRenderer.mapping index 02972383fd..6bcede01c7 100644 --- a/mappings/net/minecraft/client/render/chunk/ChunkRenderer.mapping +++ b/mappings/net/minecraft/client/render/chunk/ChunkRenderer.mapping @@ -9,7 +9,10 @@ CLASS dhq net/minecraft/client/render/chunk/ChunkRenderer FIELD i blockEntities Ljava/util/Set; FIELD k buffers [Lcpn; METHOD a delete ()V + METHOD a endBufferBuilding (Lbbs;FFFLcpj;Ldho;)V + METHOD a beginBufferBuilding (Lcpj;Let;)V METHOD a scheduleRender (Z)V + METHOD b getGlBuffer (I)Lcpn; METHOD c cancel ()V METHOD d getChunkRenderLock ()Ljava/util/concurrent/locks/ReentrantLock; METHOD g distanceToPlayerSquared ()D diff --git a/mappings/net/minecraft/client/render/chunk/ChunkRendererFactory.mapping b/mappings/net/minecraft/client/render/chunk/ChunkRendererFactory.mapping index 72d3048836..87a3679606 100644 --- a/mappings/net/minecraft/client/render/chunk/ChunkRendererFactory.mapping +++ b/mappings/net/minecraft/client/render/chunk/ChunkRendererFactory.mapping @@ -1,3 +1,4 @@ CLASS dhr net/minecraft/client/render/chunk/ChunkRendererFactory METHOD create (Lbcf;Ldey;)Ldhq; ARG 1 world + ARG 2 worldRenderer diff --git a/mappings/net/minecraft/client/render/entity/model/EnchantingTableBookEntityModel.mapping b/mappings/net/minecraft/client/render/entity/model/EnchantingTableBookEntityModel.mapping index 3b29b43cc4..dca67e8ba7 100644 --- a/mappings/net/minecraft/client/render/entity/model/EnchantingTableBookEntityModel.mapping +++ b/mappings/net/minecraft/client/render/entity/model/EnchantingTableBookEntityModel.mapping @@ -1 +1,3 @@ CLASS cyu net/minecraft/client/render/entity/model/EnchantingTableBookEntityModel + METHOD a render (FFFFFF)V + METHOD b setAngles (FFFFFF)V diff --git a/mappings/net/minecraft/client/render/entity/model/SignBlockEntityModel.mapping b/mappings/net/minecraft/client/render/entity/model/SignBlockEntityModel.mapping index a0327873f0..7d9c057ffa 100644 --- a/mappings/net/minecraft/client/render/entity/model/SignBlockEntityModel.mapping +++ b/mappings/net/minecraft/client/render/entity/model/SignBlockEntityModel.mapping @@ -1,3 +1,4 @@ CLASS dar net/minecraft/client/render/entity/model/SignBlockEntityModel FIELD b signpost Ldbs; + METHOD a render ()V METHOD b getSignpostModel ()Ldbs; diff --git a/mappings/net/minecraft/sortme/MobSpawnerLogic.mapping b/mappings/net/minecraft/sortme/MobSpawnerLogic.mapping index 6edaf91308..ee1f56124f 100644 --- a/mappings/net/minecraft/sortme/MobSpawnerLogic.mapping +++ b/mappings/net/minecraft/sortme/MobSpawnerLogic.mapping @@ -15,3 +15,4 @@ CLASS bbo net/minecraft/sortme/MobSpawnerLogic METHOD b getPos ()Let; METHOD b serialize (Lhs;)Lhs; METHOD c update ()V + METHOD d getRenderedEntity ()Lahd;