-
Notifications
You must be signed in to change notification settings - Fork 389
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
19w42a rendering and layers etc (#917)
* 19w42a rendering and layers etc Signed-off-by: liach <liach@users.noreply.github.com> * Stage changes Signed-off-by: liach <liach@users.noreply.github.com> * stuff stuff stuff Signed-off-by: liach <liach@users.noreply.github.com> * fixed color Signed-off-by: liach <liach@users.noreply.github.com> * Banner Pattern "Patterns" Patterns name see https://minecraft.gamepedia.com/Banner#Block_entity * Some more changes Signed-off-by: liach <liach@users.noreply.github.com> * Add 2 mappings Signed-off-by: liach <liach@users.noreply.github.com>
- Loading branch information
Showing
69 changed files
with
574 additions
and
116 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
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
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
3 changes: 0 additions & 3 deletions
3
mappings/net/minecraft/client/options/AttackIndicator.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
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
3 changes: 0 additions & 3 deletions
3
mappings/net/minecraft/client/options/CloudRenderMode.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
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
3 changes: 0 additions & 3 deletions
3
mappings/net/minecraft/client/options/ParticlesOption.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
1 change: 0 additions & 1 deletion
1
mappings/net/minecraft/client/render/AbstractVertexConsumer.mapping
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/client/render/BackgroundRenderer.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
14 changes: 7 additions & 7 deletions
14
.../render/PartiallyBrokenBlockEntry.mapping → ...t/client/render/BlockBreakingInfo.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,15 +1,15 @@ | ||
CLASS net/minecraft/class_3191 net/minecraft/client/render/PartiallyBrokenBlockEntry | ||
FIELD field_13857 lastUpdateTicks I | ||
CLASS net/minecraft/class_3191 net/minecraft/client/render/BlockBreakingInfo | ||
FIELD field_13857 lastUpdateTick I | ||
FIELD field_13858 stage I | ||
FIELD field_13859 breakingEntityId I | ||
FIELD field_13859 actorNetworkId I | ||
FIELD field_13860 pos Lnet/minecraft/class_2338; | ||
METHOD <init> (ILnet/minecraft/class_2338;)V | ||
ARG 1 breakingEntityId | ||
ARG 2 pos | ||
METHOD method_13987 setStage (I)V | ||
ARG 1 value | ||
ARG 1 stage | ||
METHOD method_13988 getStage ()I | ||
METHOD method_13989 setLastUpdateTicks (I)V | ||
ARG 1 value | ||
METHOD method_13990 getLastUpdateTicks ()I | ||
METHOD method_13989 setLastUpdateTick (I)V | ||
ARG 1 lastUpdateTick | ||
METHOD method_13990 getLastUpdateTick ()I | ||
METHOD method_13991 getPos ()Lnet/minecraft/class_2338; |
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,7 @@ | ||
CLASS net/minecraft/class_286 net/minecraft/client/render/BufferRenderer | ||
METHOD method_1309 draw (Lnet/minecraft/class_287;)V | ||
METHOD method_22639 draw (Ljava/nio/ByteBuffer;ILnet/minecraft/class_293;I)V | ||
ARG 0 buffer | ||
ARG 1 mode | ||
ARG 2 vertexFormat | ||
ARG 3 count |
26 changes: 26 additions & 0 deletions
26
mappings/net/minecraft/client/render/FixedColorLayeredDrawer.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,26 @@ | ||
CLASS net/minecraft/class_4618 net/minecraft/client/render/FixedColorLayeredDrawer | ||
CLASS class_4586 VertexConsumer | ||
FIELD field_20897 delegate Lnet/minecraft/class_4588; | ||
FIELD field_21064 x D | ||
FIELD field_21065 y D | ||
FIELD field_21066 z D | ||
FIELD field_21067 u F | ||
FIELD field_21068 v F | ||
METHOD <init> (Lnet/minecraft/class_4588;IIII)V | ||
ARG 1 delegate | ||
ARG 2 red | ||
ARG 3 green | ||
ARG 4 blue | ||
ARG 5 alpha | ||
FIELD field_21058 parent Lnet/minecraft/class_4597$class_4598; | ||
FIELD field_21059 plainDrawer Lnet/minecraft/class_4597$class_4598; | ||
FIELD field_21060 red I | ||
FIELD field_21061 green I | ||
FIELD field_21062 blue I | ||
FIELD field_21063 alpha I | ||
METHOD method_23285 draw ()V | ||
METHOD method_23286 setColor (IIII)V | ||
ARG 1 red | ||
ARG 2 green | ||
ARG 3 blue | ||
ARG 4 alpha |
11 changes: 11 additions & 0 deletions
11
mappings/net/minecraft/client/render/FixedColorVertexConsumer.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,11 @@ | ||
CLASS net/minecraft/class_4585 net/minecraft/client/render/FixedColorVertexConsumer | ||
FIELD field_20889 colorFixed Z | ||
FIELD field_20890 fixedRed I | ||
FIELD field_20891 fixedGreen I | ||
FIELD field_20892 fixedBlue I | ||
FIELD field_20893 fixedAlpha I | ||
METHOD method_22901 fixedColor (IIII)V | ||
ARG 1 red | ||
ARG 2 green | ||
ARG 3 blue | ||
ARG 4 alpha |
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,32 @@ | ||
CLASS net/minecraft/class_4604 net/minecraft/client/render/Frustum | ||
FIELD field_20994 homogeneousCoordinates [Lnet/minecraft/class_1162; | ||
FIELD field_20995 x D | ||
FIELD field_20996 y D | ||
FIELD field_20997 z D | ||
METHOD method_23088 setPosition (DDD)V | ||
ARG 1 cameraX | ||
ARG 3 cameraY | ||
ARG 5 cameraZ | ||
METHOD method_23089 isVisible (DDDDDD)Z | ||
ARG 1 minX | ||
ARG 3 minY | ||
ARG 5 minZ | ||
ARG 7 maxX | ||
ARG 9 maxY | ||
ARG 11 maxZ | ||
METHOD method_23090 isAnyCornerVisible (FFFFFF)Z | ||
ARG 1 x1 | ||
ARG 2 y1 | ||
ARG 3 z1 | ||
ARG 4 x2 | ||
ARG 5 y2 | ||
ARG 6 z2 | ||
METHOD method_23091 transform (Lnet/minecraft/class_1159;IIII)V | ||
ARG 1 function | ||
ARG 2 x | ||
ARG 3 y | ||
ARG 4 z | ||
ARG 5 index | ||
METHOD method_23092 init (Lnet/minecraft/class_1159;Lnet/minecraft/class_1159;)V | ||
METHOD method_23093 isVisible (Lnet/minecraft/class_238;)Z | ||
ARG 1 box |
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
6 changes: 6 additions & 0 deletions
6
mappings/net/minecraft/client/render/LayeredBufferBuilderStorage.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,4 +1,10 @@ | ||
CLASS net/minecraft/class_4599 net/minecraft/client/render/LayeredBufferBuilderStorage | ||
FIELD field_20956 blockBufferBuilders Lnet/minecraft/class_750; | ||
FIELD field_20957 bufferBuilders Ljava/util/SortedMap; | ||
FIELD field_20958 generalDrawer Lnet/minecraft/class_4597$class_4598; | ||
FIELD field_20959 blockBreakingProgressDrawer Lnet/minecraft/class_4597$class_4598; | ||
FIELD field_20961 teamColorAwareOutlineDrawer Lnet/minecraft/class_4618; | ||
METHOD method_22997 getBlockBufferBuilders ()Lnet/minecraft/class_750; | ||
METHOD method_23000 getGeneralDrawer ()Lnet/minecraft/class_4597$class_4598; | ||
METHOD method_23001 getBlockBreakingProgressDrawer ()Lnet/minecraft/class_4597$class_4598; | ||
METHOD method_23003 getTeamColorAwareOutlineDrawer ()Lnet/minecraft/class_4618; |
Oops, something went wrong.