forked from QuiltMC/quilt-mappings
-
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.
- Loading branch information
Showing
17 changed files
with
229 additions
and
4 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 |
---|---|---|
|
@@ -420,6 +420,7 @@ craftable | |
dumpable | ||
enchantable | ||
equippable | ||
loggable | ||
hoverable | ||
infestable | ||
interpolatable | ||
|
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,7 @@ | ||
CLASS net/minecraft/unmapped/C_uxoyljpb net/minecraft/network/ConnectionIntent | ||
FIELD f_ipgpjumr LOGIN_ID I | ||
FIELD f_jclclbta STATUS_ID I | ||
METHOD m_urowrtvw byId (I)Lnet/minecraft/unmapped/C_uxoyljpb; | ||
ARG 0 id | ||
METHOD m_vbiyalqs getId ()I | ||
METHOD m_xmbsvuou getState ()Lnet/minecraft/unmapped/C_kxdobmrm; |
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,21 @@ | ||
CLASS net/minecraft/unmapped/C_avdfsszh net/minecraft/network/LegacyQueryHandler | ||
FIELD f_vfsyhtrl LOGGER Lorg/slf4j/Logger; | ||
FIELD f_wdggkjco server Lnet/minecraft/unmapped/C_izclhiva; | ||
METHOD <init> (Lnet/minecraft/unmapped/C_izclhiva;)V | ||
ARG 1 server | ||
METHOD channelRead channelRead (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V | ||
ARG 1 ctx | ||
ARG 2 msg | ||
METHOD m_ennidrzj createLegacyDisconnectPacket (Lio/netty/buffer/ByteBufAllocator;Ljava/lang/String;)Lio/netty/buffer/ByteBuf; | ||
ARG 0 bufAllocator | ||
ARG 1 string | ||
METHOD m_irydumar isLegacyQuery (Lio/netty/buffer/ByteBuf;)Z | ||
ARG 0 buf | ||
METHOD m_oosmvotf createV0Response (Lnet/minecraft/unmapped/C_izclhiva;)Ljava/lang/String; | ||
ARG 0 server | ||
METHOD m_uebdfllr createV1Response (Lnet/minecraft/unmapped/C_izclhiva;)Ljava/lang/String; | ||
ARG 0 server | ||
METHOD m_wzruoctl reply (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)V | ||
ARG 0 handlerContext | ||
ARG 1 ctx | ||
ARG 2 buf |
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,5 @@ | ||
CLASS net/minecraft/unmapped/C_izclhiva net/minecraft/network/QueryableServer | ||
METHOD m_jlkyffol getMotd ()I | ||
METHOD m_ngtuslcn getMaxPlayerCount ()I | ||
METHOD m_verihzmf getPlayerCount ()Ljava/lang/String; | ||
METHOD m_zhlwscbp getVersion ()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
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,12 @@ | ||
CLASS net/minecraft/unmapped/C_hoasxhkp net/minecraft/network/SplitterHandler | ||
METHOD decode decode (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V | ||
FIELD f_bmaoystr MAX_LENGTH_BYTES I | ||
FIELD f_rvhsntis helperBuf Lio/netty/buffer/ByteBuf; | ||
METHOD decode (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V | ||
ARG 1 context | ||
ARG 2 buffer | ||
ARG 3 output | ||
METHOD handlerRemoved0 (Lio/netty/channel/ChannelHandlerContext;)V | ||
ARG 1 handlerContext | ||
METHOD m_uxxlispy copyVarInt (Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)Z | ||
ARG 0 buf1 | ||
ARG 1 buf2 |
8 changes: 8 additions & 0 deletions
8
mappings/net/minecraft/network/encoding/StringEncoding.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/unmapped/C_pqjlsntn net/minecraft/network/encoding/StringEncoding | ||
METHOD m_nqvomhdl read (Lio/netty/buffer/ByteBuf;I)Ljava/lang/String; | ||
ARG 0 buf | ||
ARG 1 maxLength | ||
METHOD m_xkifcdol write (Lio/netty/buffer/ByteBuf;Ljava/lang/CharSequence;I)V | ||
ARG 0 buf | ||
ARG 1 string | ||
ARG 2 maxLength |
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/unmapped/C_wttjudfn net/minecraft/network/encoding/VarInts | ||
FIELD f_hycthvdj MAX_VAR_INT_SIZE I | ||
FIELD f_niofpker DATA_BITS_PER_BYTE I | ||
FIELD f_okmrimwg DATA_BITS_MASK I | ||
FIELD f_tkubqhfl CONTINUATION_BIT_MASK I | ||
METHOD m_mrpwkmdl read (Lio/netty/buffer/ByteBuf;)I | ||
ARG 0 buf | ||
METHOD m_nmzriqzv write (Lio/netty/buffer/ByteBuf;I)Lio/netty/buffer/ByteBuf; | ||
ARG 0 buf | ||
ARG 1 i | ||
METHOD m_vmtzkwuq shouldContinueRead (B)Z | ||
ARG 0 b | ||
METHOD m_ylnpcfew getSizeBytes (I)I | ||
ARG 0 i |
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/unmapped/C_azpiyxng net/minecraft/network/encoding/VarLongs | ||
FIELD f_akazvhkz DATA_BITS_PER_BYTE I | ||
FIELD f_uxgeildm DATA_BITS_MASK I | ||
FIELD f_veomxwqz CONTINUATION_BIT_MASK I | ||
FIELD f_wioeobfz MAX_VAR_LONG_SIZE I | ||
METHOD m_lvwinszs shouldContinueRead (B)Z | ||
ARG 0 b | ||
METHOD m_oifgejik read (Lio/netty/buffer/ByteBuf;)J | ||
ARG 0 buf | ||
METHOD m_stgjvvst getSizeBytes (J)I | ||
ARG 0 l | ||
METHOD m_ttzoekcn write (Lio/netty/buffer/ByteBuf;J)Lio/netty/buffer/ByteBuf; | ||
ARG 0 buf | ||
ARG 1 l |
Oops, something went wrong.
96d6fac
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With commit 96d6fac, 104 file(s) were updated with 1316 line(s) added and 1170 removed compared to the latest Quilt Mappings version.
View the diff here (1/3):
96d6fac
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
View the diff here (2/3):
96d6fac
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
View the diff here (3/3):