-
Notifications
You must be signed in to change notification settings - Fork 384
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
161 additions
and
8 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
mappings/net/minecraft/client/render/debug/ChunkDebugRenderer.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,5 @@ | ||
CLASS net/minecraft/class_9986 net/minecraft/client/render/debug/ChunkDebugRenderer | ||
FIELD field_53170 DIRECTIONS [Lnet/minecraft/class_2350; | ||
FIELD field_53171 client Lnet/minecraft/class_310; | ||
METHOD <init> (Lnet/minecraft/class_310;)V | ||
ARG 1 client |
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
7 changes: 7 additions & 0 deletions
7
mappings/net/minecraft/client/render/debug/RedstoneUpdateOrderDebugRenderer.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,7 @@ | ||
CLASS net/minecraft/class_9987 net/minecraft/client/render/debug/RedstoneUpdateOrderDebugRenderer | ||
FIELD field_53175 client Lnet/minecraft/class_310; | ||
FIELD field_53176 updateOrders Ljava/util/List; | ||
METHOD <init> (Lnet/minecraft/class_310;)V | ||
ARG 1 client | ||
METHOD method_62352 addUpdateOrder (Lnet/minecraft/class_9831;)V | ||
ARG 1 updateOrder |
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: 3 additions & 0 deletions
3
mappings/net/minecraft/client/render/model/GroupableModel.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 net/minecraft/class_9979 net/minecraft/client/render/model/GroupableModel | ||
METHOD method_62332 getEqualityGroup (Lnet/minecraft/class_2680;)Ljava/lang/Object; | ||
ARG 1 state |
5 changes: 5 additions & 0 deletions
5
mappings/net/minecraft/client/render/model/MissingModel.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,5 @@ | ||
CLASS net/minecraft/class_10096 net/minecraft/client/render/model/MissingModel | ||
FIELD field_53659 KEY Ljava/lang/String; | ||
FIELD field_53660 ID Lnet/minecraft/class_2960; | ||
FIELD field_53661 MODEL_ID Lnet/minecraft/class_1091; | ||
METHOD method_62629 create ()Lnet/minecraft/class_1100; |
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
21 changes: 21 additions & 0 deletions
21
mappings/net/minecraft/client/render/model/ModelGrouper.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,21 @@ | ||
CLASS net/minecraft/class_10099 net/minecraft/client/render/model/ModelGrouper | ||
METHOD method_62646 (Lnet/minecraft/class_324;Lnet/minecraft/class_2248;)Ljava/util/List; | ||
ARG 1 block | ||
METHOD method_62647 group (Lnet/minecraft/class_324;Lnet/minecraft/class_9824$class_10095;)Lit/unimi/dsi/fastutil/objects/Object2IntMap; | ||
ARG 0 colors | ||
ARG 1 definition | ||
METHOD method_62648 (Lnet/minecraft/class_10099$class_10100;)Ljava/util/Set; | ||
ARG 0 key | ||
METHOD method_62649 (Lit/unimi/dsi/fastutil/objects/Object2IntMap;ILnet/minecraft/class_2680;)V | ||
ARG 2 state | ||
METHOD method_62650 (Ljava/util/Map;Lnet/minecraft/class_324;Ljava/util/Map;Lnet/minecraft/class_1091;Lnet/minecraft/class_9824$class_9825;)V | ||
ARG 3 modelId | ||
ARG 4 model | ||
CLASS class_10100 GroupKey | ||
METHOD method_62651 of (Lnet/minecraft/class_2680;Lnet/minecraft/class_1100;Ljava/util/List;)Lnet/minecraft/class_10099$class_10100; | ||
ARG 0 state | ||
ARG 1 model | ||
ARG 2 properties | ||
METHOD method_62652 getColoringValues (Lnet/minecraft/class_2680;Ljava/util/List;)Ljava/util/List; | ||
ARG 0 state | ||
ARG 1 properties |
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 net/minecraft/class_10101 net/minecraft/client/render/model/Models | ||
METHOD method_62664 forBuiltin (Ljava/lang/String;)Lnet/minecraft/class_2960; | ||
ARG 0 path | ||
METHOD method_62665 createMarkerModel (Ljava/lang/String;Lnet/minecraft/class_793$class_4751;)Lnet/minecraft/class_1100; | ||
ARG 0 id | ||
ARG 1 guiLight |
41 changes: 41 additions & 0 deletions
41
mappings/net/minecraft/client/render/model/ReferencedModelsCollector.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,41 @@ | ||
CLASS net/minecraft/class_10097 net/minecraft/client/render/model/ReferencedModelsCollector | ||
FIELD field_53664 LOGGER Lorg/slf4j/Logger; | ||
FIELD field_53665 inputs Ljava/util/Map; | ||
FIELD field_53666 missingModel Lnet/minecraft/class_1100; | ||
FIELD field_53667 topLevelModels Ljava/util/Map; | ||
FIELD field_53668 resolvedModels Ljava/util/Map; | ||
METHOD <init> (Ljava/util/Map;Lnet/minecraft/class_1100;)V | ||
ARG 1 inputs | ||
ARG 2 missingModel | ||
METHOD method_62630 resolveAll ()V | ||
METHOD method_62631 addInventoryItem (Lnet/minecraft/class_2960;)V | ||
ARG 1 id | ||
METHOD method_62632 addBlockStates (Lnet/minecraft/class_9824$class_10095;)V | ||
ARG 1 definition | ||
METHOD method_62633 addItem (Lnet/minecraft/class_1091;)V | ||
ARG 1 id | ||
METHOD method_62634 (Lnet/minecraft/class_1091;Lnet/minecraft/class_9824$class_9825;)V | ||
ARG 1 modelId | ||
ARG 2 model | ||
METHOD method_62635 addTopLevelModel (Lnet/minecraft/class_1091;Lnet/minecraft/class_1100;)V | ||
ARG 1 modelId | ||
ARG 2 model | ||
METHOD method_62636 (Lnet/minecraft/class_1100;)V | ||
ARG 1 model | ||
METHOD method_62637 getTopLevelModels ()Ljava/util/Map; | ||
METHOD method_62638 computeResolvedModel (Lnet/minecraft/class_2960;)Lnet/minecraft/class_1100; | ||
ARG 1 id | ||
METHOD method_62639 getResolvedModels ()Ljava/util/Map; | ||
METHOD method_62640 getModel (Lnet/minecraft/class_2960;)Lnet/minecraft/class_1100; | ||
ARG 1 id | ||
CLASS class_10098 ResolverImpl | ||
FIELD field_53670 stack Ljava/util/List; | ||
FIELD field_53671 visited Ljava/util/Set; | ||
FIELD field_53672 currentlyResolvingType Lnet/minecraft/class_1100$class_10102; | ||
METHOD method_62641 getPath ()Ljava/lang/String; | ||
METHOD method_62643 isRecursive (Lnet/minecraft/class_2960;Z)Z | ||
ARG 1 id | ||
ARG 2 override | ||
METHOD method_62645 resolve (Lnet/minecraft/class_2960;Z)Lnet/minecraft/class_1100; | ||
ARG 1 id | ||
ARG 2 override |
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
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
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
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/entity/projectile/AbstractFireballEntity.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,6 @@ | ||
CLASS net/minecraft/class_3855 net/minecraft/entity/projectile/AbstractFireballEntity | ||
FIELD field_17081 ITEM Lnet/minecraft/class_2940; | ||
FIELD field_52508 MAX_RENDER_DISTANCE_WHEN_NEWLY_SPAWNED F | ||
METHOD method_16936 setItem (Lnet/minecraft/class_1799;)V | ||
ARG 1 stack | ||
METHOD method_56685 getItem ()Lnet/minecraft/class_1799; |
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