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.
Still lots to do, but I'm going to bed now :)
- Loading branch information
Showing
43 changed files
with
267 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
CLASS net/minecraft/class_2329 net/minecraft/block/EndGatewayBlock | ||
FIELD field_46343 CODEC Lcom/mojang/serialization/MapCodec; | ||
FIELD field_52058 LOGGER Lorg/slf4j/Logger; | ||
METHOD method_60989 getTeleportVelocity (Lnet/minecraft/class_1297;)Lnet/minecraft/class_243; | ||
ARG 0 entity |
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
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,12 +1,13 @@ | ||
CLASS net/minecraft/class_1091 net/minecraft/client/util/ModelIdentifier | ||
FIELD comp_2876 variant Ljava/lang/String; | ||
FIELD field_52277 INVENTORY_VARIANT Ljava/lang/String; | ||
METHOD <init> (Lnet/minecraft/class_2960;Ljava/lang/String;)V | ||
ARG 1 id | ||
ARG 2 variant | ||
METHOD comp_2876 variant ()Ljava/lang/String; | ||
METHOD method_45910 ofVanilla (Ljava/lang/String;Ljava/lang/String;)Lnet/minecraft/class_1091; | ||
ARG 0 path | ||
ARG 1 variant | ||
METHOD method_45911 toLowerCase (Ljava/lang/String;)Ljava/lang/String; | ||
ARG 0 string | ||
METHOD method_4740 getVariant ()Ljava/lang/String; | ||
METHOD method_61078 ofInventoryVariant (Lnet/minecraft/class_2960;)Lnet/minecraft/class_1091; | ||
ARG 0 id |
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
4 changes: 4 additions & 0 deletions
4
mappings/net/minecraft/data/report/PacketReportProvider.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,4 @@ | ||
CLASS net/minecraft/class_9827 net/minecraft/data/report/PacketReportProvider | ||
FIELD field_52278 output Lnet/minecraft/class_7784; | ||
METHOD <init> (Lnet/minecraft/class_7784;)V | ||
ARG 1 output |
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,58 @@ | ||
CLASS net/minecraft/class_9817 net/minecraft/entity/Leashable | ||
FIELD field_52216 LEASH_NBT_KEY Ljava/lang/String; | ||
METHOD method_5931 canBeLeashed ()Z | ||
METHOD method_5932 detachLeash (ZZ)V | ||
ARG 1 sendPacket | ||
ARG 2 dropItem | ||
METHOD method_60952 getLeashHolder ()Lnet/minecraft/class_1297; | ||
METHOD method_60953 isLeashed ()Z | ||
METHOD method_60954 mightBeLeashed ()Z | ||
METHOD method_60955 getLeashData ()Lnet/minecraft/class_9817$class_9818; | ||
METHOD method_60956 shouldTickLeash (Lnet/minecraft/class_1297;F)Z | ||
ARG 1 leashHolder | ||
ARG 2 distance | ||
METHOD method_60957 attachLeash (Lnet/minecraft/class_1297;Lnet/minecraft/class_1297;Z)V | ||
ARG 0 entity | ||
ARG 1 leashHolder | ||
ARG 2 sendPacket | ||
METHOD method_60958 resolveLeashData (Lnet/minecraft/class_1297;Lnet/minecraft/class_9817$class_9818;)V | ||
ARG 0 entity | ||
ARG 1 leashData | ||
METHOD method_60959 detachLeash (Lnet/minecraft/class_1297;ZZ)V | ||
ARG 0 entity | ||
ARG 1 sendPacket | ||
ARG 2 dropItem | ||
METHOD method_60960 setLeashData (Lnet/minecraft/class_9817$class_9818;)V | ||
ARG 1 leashData | ||
METHOD method_60961 (Ljava/util/UUID;)Lnet/minecraft/class_2520; | ||
ARG 0 uuid | ||
METHOD method_60962 writeLeashDataToNbt (Lnet/minecraft/class_2487;Lnet/minecraft/class_9817$class_9818;)V | ||
ARG 1 nbt | ||
ARG 2 leashData | ||
METHOD method_60963 onShortLeashTick (Lnet/minecraft/class_1297;)V | ||
ARG 1 entity | ||
METHOD method_60964 attachLeash (Lnet/minecraft/class_1297;Z)V | ||
ARG 1 leashHolder | ||
ARG 2 sendPacket | ||
METHOD method_60965 tickLeash (Lnet/minecraft/class_1297;)V | ||
ARG 0 entity | ||
METHOD method_60966 getLeashHolder (Lnet/minecraft/class_1297;)Lnet/minecraft/class_1297; | ||
ARG 0 entity | ||
METHOD method_60967 readLeashDataFromNbt (Lnet/minecraft/class_2487;)Lnet/minecraft/class_9817$class_9818; | ||
ARG 1 nbt | ||
METHOD method_60968 setUnresolvedLeashHolderId (I)V | ||
ARG 1 unresolvedLeashHolderId | ||
METHOD method_60969 canLeashAttachTo ()Z | ||
METHOD method_60970 detachLeash ()V | ||
CLASS class_9818 LeashData | ||
FIELD field_52217 leashHolder Lnet/minecraft/class_1297; | ||
FIELD field_52218 unresolvedLeashData Lcom/mojang/datafixers/util/Either; | ||
FIELD field_52219 unresolvedLeashHolderId I | ||
METHOD <init> (I)V | ||
ARG 1 unresolvedLeashHolderId | ||
METHOD <init> (Lcom/mojang/datafixers/util/Either;)V | ||
ARG 1 unresolvedLeashData | ||
METHOD <init> (Lnet/minecraft/class_1297;)V | ||
ARG 1 leashHolder | ||
METHOD method_60971 setLeashHolder (Lnet/minecraft/class_1297;)V | ||
ARG 1 leashHolder |
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
6 changes: 3 additions & 3 deletions
6
mappings/net/minecraft/network/packet/s2c/play/OpenHorseScreenS2CPacket.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,16 +1,16 @@ | ||
CLASS net/minecraft/class_2648 net/minecraft/network/packet/s2c/play/OpenHorseScreenS2CPacket | ||
FIELD field_12142 horseId I | ||
FIELD field_12143 slotCount I | ||
FIELD field_12143 slotColumnCount I | ||
FIELD field_12144 syncId I | ||
FIELD field_47928 CODEC Lnet/minecraft/class_9139; | ||
METHOD <init> (III)V | ||
ARG 1 syncId | ||
ARG 2 slotCount | ||
ARG 2 slotColumnCount | ||
ARG 3 horseId | ||
METHOD <init> (Lnet/minecraft/class_2540;)V | ||
ARG 1 buf | ||
METHOD method_11432 getSyncId ()I | ||
METHOD method_11433 getHorseId ()I | ||
METHOD method_11434 getSlotCount ()I | ||
METHOD method_11434 getSlotColumnCount ()I | ||
METHOD method_55880 write (Lnet/minecraft/class_2540;)V | ||
ARG 1 buf |
Oops, something went wrong.