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
26 changed files
with
274 additions
and
5 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
2 changes: 1 addition & 1 deletion
2
mappings/net/minecraft/util/SignType.mapping → ...net/minecraft/block/sign/SignType.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
22 changes: 22 additions & 0 deletions
22
mappings/net/minecraft/client/multiplayer/prediction/BlockStatePredictionManager.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,22 @@ | ||
CLASS net/minecraft/unmapped/C_czisrdmd net/minecraft/client/multiplayer/prediction/BlockStatePredictionManager | ||
FIELD f_bmpbngyn predicting Z | ||
FIELD f_hcvpxtyt sequence I | ||
FIELD f_irkdwisi serverVerifiedStates Lit/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap; | ||
METHOD m_bguakajn (Lnet/minecraft/unmapped/C_txtbiemp;Lnet/minecraft/unmapped/C_jlopmfei;Ljava/lang/Long;Lnet/minecraft/unmapped/C_czisrdmd$C_ivvmpfib;)Lnet/minecraft/unmapped/C_czisrdmd$C_ivvmpfib; | ||
ARG 3 pos | ||
ARG 4 verifiedState | ||
METHOD m_gqtwgmpw getSequence ()I | ||
METHOD m_mmtdqsga updateKnownServerState (Lnet/minecraft/unmapped/C_hynzadkk;Lnet/minecraft/unmapped/C_txtbiemp;)Z | ||
METHOD m_nssimvch isPredicting ()Z | ||
METHOD m_plwiurco retainKnownServerState (Lnet/minecraft/unmapped/C_hynzadkk;Lnet/minecraft/unmapped/C_txtbiemp;Lnet/minecraft/unmapped/C_jlopmfei;)V | ||
ARG 3 player | ||
METHOD m_rhbdpkkw startPredicting ()Lnet/minecraft/unmapped/C_czisrdmd; | ||
METHOD m_vfahppjl endPredictionsUntil (ILnet/minecraft/unmapped/C_ghdnlrrw;)V | ||
ARG 1 maxSequence | ||
CLASS C_ivvmpfib VerifiedState | ||
FIELD f_bfinrexc playerPos Lnet/minecraft/unmapped/C_vgpupfxx; | ||
FIELD f_ovpelcnt sequence I | ||
FIELD f_vvwiefxl blockState Lnet/minecraft/unmapped/C_txtbiemp; | ||
METHOD m_fxchmlnj setBlockState (Lnet/minecraft/unmapped/C_txtbiemp;)V | ||
METHOD m_twfpffxt withSequence (I)Lnet/minecraft/unmapped/C_czisrdmd$C_ivvmpfib; | ||
ARG 1 sequence |
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
33 changes: 33 additions & 0 deletions
33
mappings/net/minecraft/client/util/telemetry/event/GameLoadTimesEvent.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,33 @@ | ||
CLASS net/minecraft/unmapped/C_znpzgoww net/minecraft/client/util/telemetry/event/GameLoadTimesEvent | ||
FIELD f_ctaskvum ticker Lcom/google/common/base/Ticker; | ||
FIELD f_hnwidwus bootstrapTime Ljava/util/OptionalLong; | ||
FIELD f_iwmkvmik INSTANCE Lnet/minecraft/unmapped/C_znpzgoww; | ||
FIELD f_zxvfnvqn measurements Ljava/util/Map; | ||
METHOD m_azilswbo setBootstrapTime (J)V | ||
ARG 1 time | ||
METHOD m_cpwgnkoe send (Lnet/minecraft/unmapped/C_wzhvxvch;)V | ||
ARG 1 sender | ||
METHOD m_fnyuvggd (Lnet/minecraft/unmapped/C_vykgtyww;)Lcom/google/common/base/Stopwatch; | ||
ARG 1 property | ||
METHOD m_micqzfkw startTimer (Lnet/minecraft/unmapped/C_vykgtyww;)V | ||
ARG 1 measurement | ||
METHOD m_mjmctrta addTimer (Lnet/minecraft/unmapped/C_vykgtyww;Lcom/google/common/base/Stopwatch;)V | ||
ARG 1 measurement | ||
ARG 2 timer | ||
METHOD m_pynrxyat endStep (Lnet/minecraft/unmapped/C_vykgtyww;)V | ||
ARG 1 measurement | ||
METHOD m_smcoufop (Lnet/minecraft/unmapped/C_tupaamrk$C_ivdfigoc;)V | ||
ARG 1 map | ||
METHOD m_szrrcpry (Lnet/minecraft/unmapped/C_tupaamrk$C_ivdfigoc;Lnet/minecraft/unmapped/C_vykgtyww;Lcom/google/common/base/Stopwatch;)V | ||
ARG 1 measurement | ||
ARG 2 timer | ||
METHOD m_wagporif (Lcom/google/common/base/Stopwatch;Lnet/minecraft/unmapped/C_vykgtyww;)Lcom/google/common/base/Stopwatch; | ||
ARG 1 property | ||
METHOD m_xjunibsk (Lnet/minecraft/unmapped/C_tupaamrk$C_ivdfigoc;J)V | ||
ARG 1 time | ||
METHOD m_yddbcfgf beginStep (Lnet/minecraft/unmapped/C_vykgtyww;Ljava/util/function/Function;)V | ||
ARG 1 measurement | ||
ARG 2 timerCreator | ||
CLASS C_wtksiulk Measurement | ||
METHOD m_gfnzktqb (Lnet/minecraft/unmapped/C_znpzgoww$C_wtksiulk;)Ljava/lang/Integer; | ||
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
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/client/util/telemetry/event/WorldLoadEvent.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.
96a41c8
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 96a41c8, 52 file(s) were updated with 636 line(s) added and 552 removed compared to the latest Quilt Mappings version.
View the diff here (1/3):
96a41c8
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):
96a41c8
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):