-
Notifications
You must be signed in to change notification settings - Fork 380
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
11 changed files
with
49 additions
and
1 deletion.
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
2 changes: 1 addition & 1 deletion
2
...aft/client/model/ItemAssetsLoader.mapping → ...raft/client/item/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
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
15 changes: 15 additions & 0 deletions
15
mappings/net/minecraft/network/OpaqueByteBufHolder.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,15 @@ | ||
CLASS net/minecraft/class_10550 net/minecraft/network/OpaqueByteBufHolder | ||
COMMENT A holder of {@link ByteBuf}. This is used in local connection to skip | ||
COMMENT unnecessary operations that check {@code instanceof ByteBuf}. | ||
METHOD <init> (Lio/netty/buffer/ByteBuf;)V | ||
ARG 1 buf | ||
METHOD method_65937 pack (Ljava/lang/Object;)Ljava/lang/Object; | ||
ARG 0 buf | ||
METHOD method_65939 unpack (Ljava/lang/Object;)Ljava/lang/Object; | ||
ARG 0 holder | ||
METHOD release (I)Z | ||
ARG 1 count | ||
METHOD retain (I)Lio/netty/util/ReferenceCounted; | ||
ARG 1 count | ||
METHOD touch (Ljava/lang/Object;)Lio/netty/util/ReferenceCounted; | ||
ARG 1 object |
5 changes: 5 additions & 0 deletions
5
mappings/net/minecraft/network/handler/LocalBufPacker.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_10552 net/minecraft/network/handler/LocalBufPacker | ||
METHOD write (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V | ||
ARG 1 context | ||
ARG 2 buf | ||
ARG 3 channelPromise |
4 changes: 4 additions & 0 deletions
4
mappings/net/minecraft/network/handler/LocalBufUnpacker.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_10551 net/minecraft/network/handler/LocalBufUnpacker | ||
METHOD channelRead (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V | ||
ARG 1 context | ||
ARG 2 buf |