forked from FabricMC/yarn
-
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.
There's a bit more to do (world border rendering stuff) but this is the bulk of it
- Loading branch information
Showing
41 changed files
with
208 additions
and
13 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,3 @@ | ||
CLASS net/minecraft/class_10760 net/minecraft/block/CactusFlowerBlock | ||
FIELD field_56569 CODEC Lcom/mojang/serialization/MapCodec; | ||
FIELD field_56570 SHAPE Lnet/minecraft/class_265; |
2 changes: 1 addition & 1 deletion
2
...net/minecraft/block/DeadBushBlock.mapping → ...inecraft/block/DryVegetationBlock.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
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_10761 net/minecraft/block/ShortDryGrassBlock | ||
FIELD field_56572 CODEC Lcom/mojang/serialization/MapCodec; | ||
FIELD field_56573 SHAPE Lnet/minecraft/class_265; |
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_10762 net/minecraft/block/TallDryGrassBlock | ||
FIELD field_56575 CODEC Lcom/mojang/serialization/MapCodec; | ||
FIELD field_56576 SHAPE Lnet/minecraft/class_265; |
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/entity/ChickenEntityRenderer.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,4 @@ | ||
CLASS net/minecraft/class_882 net/minecraft/client/render/entity/ChickenEntityRenderer | ||
FIELD field_56593 babyModelPairMap Ljava/util/Map; | ||
METHOD method_67552 createBabyModelPairMap (Lnet/minecraft/class_5617$class_5618;)Ljava/util/Map; | ||
ARG 0 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
2 changes: 2 additions & 0 deletions
2
mappings/net/minecraft/client/render/entity/model/ColdChickenEntityModel.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,2 @@ | ||
CLASS net/minecraft/class_10764 net/minecraft/client/render/entity/model/ColdChickenEntityModel | ||
METHOD method_67547 getTexturedModelData ()Lnet/minecraft/class_5607; |
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/client/render/entity/state/ChickenEntityRenderState.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_10009 net/minecraft/client/render/entity/state/ChickenEntityRenderState | ||
FIELD field_53301 flapProgress F | ||
FIELD field_53302 maxWingDeviation F | ||
FIELD field_56594 variant Lnet/minecraft/class_10756; |
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
8 changes: 8 additions & 0 deletions
8
mappings/net/minecraft/datafixer/fix/PlayerEquipmentFix.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,8 @@ | ||
CLASS net/minecraft/class_10753 net/minecraft/datafixer/fix/PlayerEquipmentFix | ||
FIELD field_56531 SLOT_ID_MAP Ljava/util/Map; | ||
METHOD <init> (Lcom/mojang/datafixers/schemas/Schema;)V | ||
ARG 1 outputSchema | ||
METHOD method_67507 (Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
ARG 0 playerDynamic | ||
METHOD method_67508 (Ljava/util/Map;Lcom/mojang/serialization/Dynamic;)Lcom/mojang/serialization/Dynamic; | ||
ARG 1 inventoryDynamic |
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_10754 net/minecraft/datafixer/schema/Schema4312 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
CLASS net/minecraft/class_1345 net/minecraft/entity/ai/goal/EatGrassGoal | ||
FIELD field_30203 MAX_TIMER I | ||
FIELD field_56536 EDIBLE_PREDICATE Ljava/util/function/Predicate; | ||
FIELD field_6421 world Lnet/minecraft/class_1937; | ||
FIELD field_6422 timer I | ||
FIELD field_6424 mob Lnet/minecraft/class_1308; | ||
METHOD <init> (Lnet/minecraft/class_1308;)V | ||
ARG 1 mob | ||
METHOD method_6258 getTimer ()I | ||
METHOD method_67520 (Lnet/minecraft/class_2680;)Z | ||
ARG 0 state |
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
16 changes: 16 additions & 0 deletions
16
mappings/net/minecraft/entity/passive/ChickenVariant.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,16 @@ | ||
CLASS net/minecraft/class_10756 net/minecraft/entity/passive/ChickenVariant | ||
FIELD field_56538 CODEC Lcom/mojang/serialization/Codec; | ||
FIELD field_56539 NETWORK_CODEC Lcom/mojang/serialization/Codec; | ||
FIELD field_56540 ENTRY_CODEC Lcom/mojang/serialization/Codec; | ||
FIELD field_56541 ENTRY_PACKET_CODEC Lnet/minecraft/class_9139; | ||
METHOD <init> (Lnet/minecraft/class_10693;)V | ||
ARG 1 modelAndTexture | ||
METHOD method_67523 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance | ||
METHOD method_67524 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance | ||
CLASS class_10757 Model | ||
FIELD field_56544 CODEC Lcom/mojang/serialization/Codec; | ||
FIELD field_56545 id Ljava/lang/String; | ||
METHOD <init> (Ljava/lang/String;ILjava/lang/String;)V | ||
ARG 3 id |
25 changes: 25 additions & 0 deletions
25
mappings/net/minecraft/entity/passive/ChickenVariants.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,25 @@ | ||
CLASS net/minecraft/class_10758 net/minecraft/entity/passive/ChickenVariants | ||
FIELD field_56547 TEMPERATE Lnet/minecraft/class_5321; | ||
FIELD field_56548 WARM Lnet/minecraft/class_5321; | ||
FIELD field_56549 COLD Lnet/minecraft/class_5321; | ||
FIELD field_56550 DEFAULT Lnet/minecraft/class_5321; | ||
METHOD method_67526 of (Lnet/minecraft/class_2960;)Lnet/minecraft/class_5321; | ||
ARG 0 id | ||
METHOD method_67527 select (Lnet/minecraft/class_5819;Lnet/minecraft/class_5455;Lnet/minecraft/class_10701;)Ljava/util/Optional; | ||
ARG 0 random | ||
ARG 1 registries | ||
ARG 2 context | ||
METHOD method_67528 bootstrap (Lnet/minecraft/class_7891;)V | ||
ARG 0 registry | ||
METHOD method_67529 register (Lnet/minecraft/class_7891;Lnet/minecraft/class_5321;Lnet/minecraft/class_10756$class_10757;Ljava/lang/String;Lnet/minecraft/class_6862;)V | ||
ARG 0 registry | ||
ARG 1 key | ||
ARG 2 model | ||
ARG 3 textureName | ||
ARG 4 biomes | ||
METHOD method_67530 register (Lnet/minecraft/class_7891;Lnet/minecraft/class_5321;Lnet/minecraft/class_10756$class_10757;Ljava/lang/String;Lnet/minecraft/class_10702;)V | ||
ARG 0 registry | ||
ARG 1 key | ||
ARG 2 model | ||
ARG 3 textureName | ||
ARG 4 spawnConditions |
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,4 @@ | ||
CLASS net/minecraft/class_10759 net/minecraft/entity/player/PlayerEquipment | ||
FIELD field_56553 player Lnet/minecraft/class_1657; | ||
METHOD <init> (Lnet/minecraft/class_1657;)V | ||
ARG 1 player |
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
Oops, something went wrong.