-
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
39 changed files
with
204 additions
and
13 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
mappings/net/minecraft/client/model/ItemAssetsLoader.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,17 @@ | ||
CLASS net/minecraft/class_10521 net/minecraft/client/model/ItemAssetsLoader | ||
FIELD field_55460 LOGGER Lorg/slf4j/Logger; | ||
FIELD field_55461 FINDER Lnet/minecraft/class_7654; | ||
METHOD method_65726 (Lnet/minecraft/class_2960;Lnet/minecraft/class_3298;Lcom/mojang/serialization/DataResult$Error;)V | ||
ARG 2 message | ||
METHOD method_65728 load (Lnet/minecraft/class_3300;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture; | ||
ARG 0 resourceManager | ||
ARG 1 executor | ||
METHOD method_65729 (Ljava/util/List;)Lnet/minecraft/class_10521$class_10522; | ||
ARG 0 definitions | ||
METHOD method_65730 (Ljava/util/List;Ljava/util/concurrent/Executor;Lnet/minecraft/class_2960;Lnet/minecraft/class_3298;)V | ||
ARG 2 path | ||
ARG 3 resource | ||
METHOD method_65731 (Ljava/util/concurrent/Executor;Ljava/util/Map;)Ljava/util/concurrent/CompletionStage; | ||
ARG 1 resources | ||
CLASS class_10522 Result | ||
CLASS class_10523 Definition |
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 net/minecraft/class_10525 net/minecraft/client/model/ModelNameSupplier |
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_10527 net/minecraft/client/model/SpriteGetter | ||
METHOD method_65741 get (Lnet/minecraft/class_4730;)Lnet/minecraft/class_1058; | ||
ARG 1 spriteId | ||
METHOD method_65742 getMissing (Ljava/lang/String;)Lnet/minecraft/class_1058; | ||
ARG 1 textureId |
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
14 changes: 14 additions & 0 deletions
14
mappings/net/minecraft/client/render/block/entity/LoadedBlockEntityModels.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,14 @@ | ||
CLASS net/minecraft/class_10418 net/minecraft/client/render/block/entity/LoadedBlockEntityModels | ||
FIELD field_55269 EMPTY Lnet/minecraft/class_10418; | ||
FIELD field_55270 renderers Ljava/util/Map; | ||
METHOD <init> (Ljava/util/Map;)V | ||
ARG 1 renderers | ||
METHOD method_65535 render (Lnet/minecraft/class_2248;Lnet/minecraft/class_811;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;II)V | ||
ARG 1 block | ||
ARG 2 displayContext | ||
ARG 3 matrices | ||
ARG 4 vertexConsumers | ||
ARG 5 light | ||
ARG 6 overlay | ||
METHOD method_65536 fromModels (Lnet/minecraft/class_5599;)Lnet/minecraft/class_10418; | ||
ARG 0 models |
2 changes: 1 addition & 1 deletion
2
mappings/net/minecraft/client/render/block/entity/ShulkerBoxBlockEntityRenderer.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
2 changes: 2 additions & 0 deletions
2
mappings/net/minecraft/client/render/block/entity/VaultBlockEntityRenderer.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,6 @@ | ||
CLASS net/minecraft/class_9214 net/minecraft/client/render/block/entity/VaultBlockEntityRenderer | ||
FIELD field_48953 random Lnet/minecraft/class_5819; | ||
FIELD field_55286 itemModelManager Lnet/minecraft/class_10442; | ||
FIELD field_55287 itemRenderState Lnet/minecraft/class_10428; | ||
METHOD <init> (Lnet/minecraft/class_5614$class_5615;)V | ||
ARG 1 context |
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/client/render/entity/FlyingItemEntityRenderer.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
2 changes: 2 additions & 0 deletions
2
mappings/net/minecraft/client/render/entity/OminousItemSpawnerEntityRenderer.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,3 @@ | ||
CLASS net/minecraft/class_9483 net/minecraft/client/render/entity/OminousItemSpawnerEntityRenderer | ||
FIELD field_55299 itemModelManager Lnet/minecraft/class_10442; | ||
FIELD field_55300 random Lnet/minecraft/class_5819; |
4 changes: 4 additions & 0 deletions
4
mappings/net/minecraft/client/render/entity/equipment/EquipmentModelLoader.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,8 @@ | ||
CLASS net/minecraft/class_10201 net/minecraft/client/render/entity/equipment/EquipmentModelLoader | ||
FIELD field_54189 EMPTY Lnet/minecraft/class_10186; | ||
FIELD field_54190 models Ljava/util/Map; | ||
FIELD field_55459 FINDER Lnet/minecraft/class_7654; | ||
METHOD method_64087 get (Lnet/minecraft/class_5321;)Lnet/minecraft/class_10186; | ||
ARG 1 assetKey | ||
METHOD method_65724 (Ljava/util/Map$Entry;)Lnet/minecraft/class_5321; | ||
ARG 0 entry |
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
2 changes: 2 additions & 0 deletions
2
mappings/net/minecraft/client/render/entity/feature/FeatureRenderer.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
6 changes: 6 additions & 0 deletions
6
mappings/net/minecraft/client/render/entity/feature/HeldItemFeatureRenderer.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,8 @@ | ||
CLASS net/minecraft/class_989 net/minecraft/client/render/entity/feature/HeldItemFeatureRenderer | ||
METHOD method_4192 renderItem (Lnet/minecraft/class_10426;Lnet/minecraft/class_10444;Lnet/minecraft/class_1306;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;I)V | ||
ARG 1 entityState | ||
ARG 2 itemState | ||
ARG 3 arm | ||
ARG 4 matrices | ||
ARG 5 vertexConsumers | ||
ARG 6 light |
6 changes: 6 additions & 0 deletions
6
mappings/net/minecraft/client/render/entity/feature/PlayerHeldItemFeatureRenderer.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,9 @@ | ||
CLASS net/minecraft/class_5697 net/minecraft/client/render/entity/feature/PlayerHeldItemFeatureRenderer | ||
FIELD field_32944 HEAD_YAW F | ||
FIELD field_32945 HEAD_ROLL F | ||
METHOD method_65576 renderSpyglass (Lnet/minecraft/class_10444;Lnet/minecraft/class_1306;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;I)V | ||
ARG 1 spyglassState | ||
ARG 2 arm | ||
ARG 3 matrices | ||
ARG 4 vertexConsumers | ||
ARG 5 light |
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/client/render/entity/state/FlyingItemEntityRenderState.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 net/minecraft/class_10072 net/minecraft/client/render/entity/state/FlyingItemEntityRenderState | ||
FIELD field_55320 itemRenderState Lnet/minecraft/class_10444; |
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/client/render/entity/state/SkeletonEntityRenderState.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,4 @@ | ||
CLASS net/minecraft/class_10066 net/minecraft/client/render/entity/state/SkeletonEntityRenderState | ||
FIELD field_53572 attacking Z | ||
FIELD field_53573 shaking Z | ||
FIELD field_55318 holdingBow Z |
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/client/render/entity/state/WitchEntityRenderState.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,4 @@ | ||
CLASS net/minecraft/class_10082 net/minecraft/client/render/entity/state/WitchEntityRenderState | ||
FIELD field_53615 id I | ||
FIELD field_53616 holdingItem Z | ||
FIELD field_55321 holdingPotion Z |
Oops, something went wrong.