forked from darkevilmac/pomf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tweak model renderer-related class naming, move some things around (F…
- Loading branch information
1 parent
60a2f5b
commit afd4b9c
Showing
21 changed files
with
143 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS bky net/minecraft/block/BlockRenderType |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
CLASS bnn net/minecraft/block/entity/BedBlockEntity | ||
METHOD a renderItem (Lavl;)V | ||
METHOD ai_ toUpdatePacket ()Lke; |
5 changes: 0 additions & 5 deletions
5
mappings/net/minecraft/client/render/block/BlockLiquidRenderer.mapping
This file was deleted.
Oops, something went wrong.
111 changes: 108 additions & 3 deletions
111
mappings/net/minecraft/client/render/block/BlockModelRenderer.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,108 @@ | ||
CLASS des net/minecraft/client/render/block/BlockModelRenderer | ||
METHOD a renderBlockModel (Lbgs;F)V | ||
ARG 1 block | ||
CLASS dew net/minecraft/client/render/block/BlockModelRenderer | ||
CLASS dew$a NeighborData | ||
FIELD a DOWN Ldew$a; | ||
FIELD b UP Ldew$a; | ||
FIELD c NORTH Ldew$a; | ||
FIELD d SOUTH Ldew$a; | ||
FIELD e WEST Ldew$a; | ||
FIELD f EAST Ldew$a; | ||
FIELD g faces [Ley; | ||
FIELD h nonCubicWeight Z | ||
METHOD a getData (Ley;)Ldew$a; | ||
CLASS dew$b AmbientOcclusionCalculator | ||
FIELD b colorMultiplier [F | ||
FIELD c brightness [I | ||
METHOD a getAmbientOcclusionBrightness (IIII)I | ||
METHOD a getBrightness (IIIIFFFF)I | ||
METHOD a apply (Lbaz;Lbpm;Let;Ley;[FLjava/util/BitSet;)V | ||
CLASS dew$c Translation | ||
FIELD a DOWN Ldew$c; | ||
FIELD b UP Ldew$c; | ||
FIELD c NORTH Ldew$c; | ||
FIELD d SOUTH Ldew$c; | ||
FIELD e WEST Ldew$c; | ||
FIELD f EAST Ldew$c; | ||
FIELD g firstCorner I | ||
FIELD h secondCorner I | ||
FIELD i thirdCorner I | ||
FIELD j fourthCorner I | ||
FIELD k VALUES [Ldew$c; | ||
METHOD a getTranslations (Ley;)Ldew$c; | ||
CLASS dew$d NeighborOrientation | ||
FIELD a DOWN Ldew$d; | ||
FIELD b UP Ldew$d; | ||
FIELD c NORTH Ldew$d; | ||
FIELD d SOUTH Ldew$d; | ||
FIELD e WEST Ldew$d; | ||
FIELD f EAST Ldew$d; | ||
FIELD g FLIP_DOWN Ldew$d; | ||
FIELD h FLIP_UP Ldew$d; | ||
FIELD i FLIP_NORTH Ldew$d; | ||
FIELD j FLIP_SOUTH Ldew$d; | ||
FIELD k FLIP_WEST Ldew$d; | ||
FIELD l FLIP_EAST Ldew$d; | ||
FIELD m shape I | ||
FIELD a colorMap Lcpt; | ||
METHOD a renderQuad (FFFFLjava/util/List;)V | ||
ARG 1 colorMultiplier | ||
ARG 2 red | ||
ARG 3 green | ||
ARG 4 blue | ||
METHOD a tesselateQuadsFlat (Lbaz;Lbpm;Let;IZLcou;Ljava/util/List;Ljava/util/BitSet;)V | ||
ARG 1 view | ||
ARG 2 state | ||
ARG 3 pos | ||
ARG 4 brightness | ||
ARG 5 checkBrightness | ||
ARG 6 buffer | ||
ARG 7 quads | ||
METHOD a tesselateQuadsSmooth (Lbaz;Lbpm;Let;Lcou;Ljava/util/List;[FLjava/util/BitSet;Ldew$b;)V | ||
ARG 1 view | ||
ARG 2 state | ||
ARG 3 pos | ||
ARG 4 buffer | ||
ARG 5 quads | ||
ARG 6 faceShape | ||
ARG 7 shapeState | ||
METHOD a updateShape (Lbaz;Lbpm;Let;[ILey;[FLjava/util/BitSet;)V | ||
ARG 3 state | ||
ARG 4 vertexData | ||
ARG 5 facing | ||
ARG 6 faceShape | ||
METHOD a tesselate (Lbaz;Ldoy;Lbpm;Let;Lcou;ZLjava/util/Random;J)Z | ||
ARG 1 view | ||
ARG 2 model | ||
ARG 3 state | ||
ARG 4 pos | ||
ARG 5 buffer | ||
ARG 6 testSides | ||
METHOD a render (Lbpm;Ldoy;FFFF)V | ||
ARG 1 state | ||
ARG 2 model | ||
ARG 3 colorMultiplier | ||
ARG 4 red | ||
ARG 5 green | ||
METHOD a render (Ldoy;FFFF)V | ||
ARG 1 model | ||
ARG 2 colorMultiplier | ||
ARG 3 red | ||
ARG 4 green | ||
METHOD a render (Ldoy;Lbpm;FZ)V | ||
ARG 1 model | ||
ARG 2 state | ||
ARG 3 colorMultiplier | ||
METHOD b tesselateSmooth (Lbaz;Ldoy;Lbpm;Let;Lcou;ZLjava/util/Random;J)Z | ||
ARG 1 view | ||
ARG 2 model | ||
ARG 3 state | ||
ARG 4 pos | ||
ARG 5 buffer | ||
ARG 6 testSides | ||
METHOD c tesselateFlat (Lbaz;Ldoy;Lbpm;Let;Lcou;ZLjava/util/Random;J)Z | ||
ARG 1 view | ||
ARG 2 model | ||
ARG 3 state | ||
ARG 4 pos | ||
ARG 5 buffer | ||
ARG 6 testSides | ||
ARG 8 seed |
9 changes: 5 additions & 4 deletions
9
mappings/net/minecraft/client/render/block/BlockRenderManager.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
CLASS deu net/minecraft/client/render/block/BlockRenderManager | ||
FIELD a models Ldet; | ||
FIELD b renderer Ldew; | ||
FIELD c modelRenderer Ldes; | ||
FIELD d liquidRenderer Ldev; | ||
FIELD c dynamicRenderer Ldes; | ||
FIELD d fluidRenderer Ldev; | ||
FIELD e random Ljava/util/Random; | ||
METHOD <init> (Ldet;Lcpt;)V | ||
ARG 1 models | ||
METHOD a getModels ()Ldet; | ||
METHOD a getModel (Lbpm;)Ldoy; | ||
ARG 1 state | ||
METHOD a render (Lbpm;F)V | ||
METHOD a renderDynamic (Lbpm;F)V | ||
ARG 1 state | ||
ARG 2 delta | ||
METHOD a tesselateBlock (Lbpm;Let;Lbaz;Lcou;Ljava/util/Random;)Z | ||
METHOD a tesselateDamage (Lbpm;Let;Ldno;Lbaz;)V | ||
ARG 1 state | ||
ARG 2 pos | ||
METHOD a tesselateFluid (Let;Lbaz;Lcou;Lcfd;)Z | ||
METHOD a onResourceReload (Lwj;)V | ||
ARG 1 manager | ||
METHOD b getRenderer ()Ldew; | ||
METHOD b getModelRenderer ()Ldew; |
107 changes: 0 additions & 107 deletions
107
mappings/net/minecraft/client/render/block/BlockRenderer.mapping
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
mappings/net/minecraft/client/render/block/DynamicBlockRenderer.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
CLASS des net/minecraft/client/render/block/DynamicBlockRenderer | ||
METHOD a render (Lbgs;F)V | ||
ARG 1 block |
6 changes: 6 additions & 0 deletions
6
mappings/net/minecraft/client/render/block/FluidRenderer.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
CLASS dev net/minecraft/client/render/block/FluidRenderer | ||
FIELD a lavaSprites [Ldno; | ||
FIELD b waterSprites [Ldno; | ||
FIELD c waterOverlaySprite Ldno; | ||
METHOD a onResourceReload ()V | ||
METHOD a tesselate (Lbaz;Let;Lcou;Lcfd;)Z |
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/client/render/entity/model/ShieldEntityModel.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
CLASS czu net/minecraft/client/render/entity/model/ShieldEntityModel | ||
METHOD a renderItem ()V |
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/client/render/entity/model/TridentEntityModel.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
CLASS daf net/minecraft/client/render/entity/model/TridentEntityModel | ||
FIELD a TEXTURE Lqc; | ||
METHOD a renderItem ()V |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...ecraft/client/sortme/NetworkUtils.mapping → ...inecraft/client/util/NetworkUtils.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
CLASS yq net/minecraft/client/sortme/NetworkUtils | ||
CLASS yq net/minecraft/client/util/NetworkUtils | ||
FIELD a downloadExecutor Lcom/google/common/util/concurrent/ListeningExecutorService; | ||
FIELD b LOGGER Lorg/apache/logging/log4j/Logger; | ||
METHOD a choosePort ()I | ||
METHOD a findLocalPort ()I | ||
METHOD a download (Ljava/io/File;Ljava/lang/String;Ljava/util/Map;ILyx;Ljava/net/Proxy;)Ljava/util/concurrent/CompletableFuture; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
CLASS jb net/minecraft/sortme/ChatMessageType | ||
FIELD d id B | ||
METHOD <init> (Ljava/lang/String;IB)V | ||
ARG 3 id | ||
METHOD a getId ()B | ||
METHOD a byId (B)Ljb; | ||
ARG 0 id |