-
Notifications
You must be signed in to change notification settings - Fork 392
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
37 changed files
with
552 additions
and
34 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 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_2539 net/minecraft/network/NetworkState | ||
FIELD field_20594 stateId Ljava/lang/String; | ||
METHOD <init> (Ljava/lang/String;ILjava/lang/String;)V | ||
ARG 3 stateId | ||
METHOD method_10785 getId ()Ljava/lang/String; | ||
CLASS net/minecraft/class_9127 net/minecraft/network/NetworkState | ||
METHOD comp_2235 side ()Lnet/minecraft/class_2598; | ||
METHOD comp_2237 bundleHandler ()Lnet/minecraft/class_8039; | ||
CLASS class_9128 Factory | ||
METHOD bind (Ljava/util/function/Function;)Lnet/minecraft/class_9127; | ||
ARG 1 registryBinder |
52 changes: 52 additions & 0 deletions
52
mappings/net/minecraft/network/NetworkStateBuilder.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,52 @@ | ||
CLASS net/minecraft/class_9147 net/minecraft/network/NetworkStateBuilder | ||
FIELD field_48616 type Lnet/minecraft/class_2539; | ||
FIELD field_48617 side Lnet/minecraft/class_2598; | ||
FIELD field_48618 packetTypes Ljava/util/List; | ||
FIELD field_48619 bundleHandler Lnet/minecraft/class_8039; | ||
METHOD <init> (Lnet/minecraft/class_2539;Lnet/minecraft/class_2598;)V | ||
ARG 1 type | ||
ARG 2 side | ||
METHOD method_56447 buildFactory ()Lnet/minecraft/class_9127$class_9128; | ||
METHOD method_56448 (Ljava/util/List;Lnet/minecraft/class_8039;Ljava/util/function/Function;)Lnet/minecraft/class_9127; | ||
ARG 3 bufUpgrader | ||
METHOD method_56449 build (Ljava/util/function/Function;)Lnet/minecraft/class_9127; | ||
ARG 1 bufUpgrader | ||
METHOD method_56450 createCodec (Ljava/util/function/Function;Ljava/util/List;)Lnet/minecraft/class_9139; | ||
ARG 1 bufUpgrader | ||
ARG 2 packetTypes | ||
METHOD method_56451 c2s (Lnet/minecraft/class_2539;Ljava/util/function/Consumer;)Lnet/minecraft/class_9127; | ||
ARG 0 type | ||
ARG 1 registrar | ||
METHOD method_56452 build (Lnet/minecraft/class_2539;Lnet/minecraft/class_2598;Ljava/util/function/Consumer;)Lnet/minecraft/class_9127; | ||
ARG 0 type | ||
ARG 1 side | ||
ARG 2 registrar | ||
METHOD method_56453 addBundle (Lnet/minecraft/class_9145;Ljava/util/function/Function;Lnet/minecraft/class_8037;)Lnet/minecraft/class_9147; | ||
ARG 1 id | ||
ARG 2 bundler | ||
ARG 3 splitter | ||
METHOD method_56454 add (Lnet/minecraft/class_9145;Lnet/minecraft/class_9139;)Lnet/minecraft/class_9147; | ||
ARG 1 id | ||
ARG 2 codec | ||
METHOD method_56455 s2c (Lnet/minecraft/class_2539;Ljava/util/function/Consumer;)Lnet/minecraft/class_9127; | ||
ARG 0 type | ||
ARG 1 registrar | ||
METHOD method_56456 buildFactory (Lnet/minecraft/class_2539;Lnet/minecraft/class_2598;Ljava/util/function/Consumer;)Lnet/minecraft/class_9127$class_9128; | ||
ARG 0 type | ||
ARG 1 side | ||
ARG 2 registrar | ||
METHOD method_56457 c2sFactory (Lnet/minecraft/class_2539;Ljava/util/function/Consumer;)Lnet/minecraft/class_9127$class_9128; | ||
ARG 0 type | ||
ARG 1 registrar | ||
METHOD method_56458 s2cFactory (Lnet/minecraft/class_2539;Ljava/util/function/Consumer;)Lnet/minecraft/class_9127$class_9128; | ||
ARG 0 type | ||
ARG 1 registrar | ||
CLASS class_9148 PacketType | ||
FIELD comp_2232 id Lnet/minecraft/class_9145; | ||
FIELD comp_2233 codec Lnet/minecraft/class_9139; | ||
METHOD comp_2232 id ()Lnet/minecraft/class_9145; | ||
METHOD comp_2233 codec ()Lnet/minecraft/class_9139; | ||
METHOD method_56459 add (Lnet/minecraft/class_9146;Ljava/util/function/Function;)V | ||
ARG 1 builder | ||
ARG 2 bufUpgrader | ||
CLASS class_9149 NetworkStateImpl |
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_2539 net/minecraft/network/NetworkStateType | ||
FIELD field_20594 stateId Ljava/lang/String; | ||
METHOD <init> (Ljava/lang/String;ILjava/lang/String;)V | ||
ARG 3 stateId | ||
METHOD method_10785 getId ()Ljava/lang/String; |
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
5 changes: 4 additions & 1 deletion
5
...aft/network/codec/RegistryByteBuf.mapping → ...minecraft/network/RegistryByteBuf.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
Oops, something went wrong.