-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
19 changed files
with
107 additions
and
18 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,15 @@ | ||
CLASS net/minecraft/class_555 net/minecraft/client/render/GameRenderer | ||
FIELD field_2336 random Ljava/util/Random; | ||
FIELD field_2342 handItemRenderer Lnet/minecraft/class_556; | ||
FIELD field_2346 r F | ||
FIELD field_2347 g F | ||
FIELD field_2348 b F | ||
FIELD field_2349 minecraft Lnet/minecraft/client/Minecraft; | ||
FIELD field_2353 cinematicPitchSmoother Lnet/minecraft/class_12; | ||
FIELD field_2354 cinematicYawSmoother Lnet/minecraft/class_12; | ||
METHOD method_1844 (F)V | ||
ARG 1 delta | ||
METHOD method_1847 renderWeather (F)V | ||
ARG 1 tickDelta | ||
METHOD method_1852 renderSkyBase (F)V | ||
ARG 1 tickDelta |
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 +1,3 @@ | ||
CLASS net/minecraft/class_125 net/minecraft/item/MapItem | ||
METHOD method_1730 (Lnet/minecraft/class_31;Lnet/minecraft/class_18;)Lnet/minecraft/class_198; | ||
ARG 2 level |
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,15 @@ | ||
CLASS net/minecraft/class_53 net/minecraft/level/LevelData | ||
FIELD field_550 dimensionData Lnet/minecraft/class_52; | ||
FIELD field_551 mapStorages Ljava/util/Map; | ||
FIELD field_552 mapStorageValues Ljava/util/List; | ||
METHOD <init> (Lnet/minecraft/class_52;)V | ||
ARG 1 data | ||
METHOD method_523 flush ()V | ||
METHOD method_524 writeToFile (Lnet/minecraft/class_58;)V | ||
ARG 1 mapStorage | ||
METHOD method_525 getOrCreateMapStorage (Ljava/lang/Class;Ljava/lang/String;)Lnet/minecraft/class_58; | ||
ARG 1 mapStorageClass | ||
ARG 2 name | ||
METHOD method_527 setMapStorage (Ljava/lang/String;Lnet/minecraft/class_58;)V | ||
ARG 1 key | ||
ARG 2 storage |
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 @@ | ||
CLASS net/minecraft/class_257 net/minecraft/level/chunk/ChunkSubData |
10 changes: 10 additions & 0 deletions
10
mappings/net/minecraft/level/chunk/DimensionFileChunkIO.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,10 @@ | ||
CLASS net/minecraft/class_445 net/minecraft/level/chunk/DimensionFileChunkIO | ||
METHOD <init> (Ljava/io/File;Z)V | ||
ARG 1 file | ||
METHOD method_1479 loadChunk (Lnet/minecraft/class_18;Lnet/minecraft/class_8;)Lnet/minecraft/class_43; | ||
ARG 0 level | ||
ARG 1 tag | ||
METHOD method_1480 (Lnet/minecraft/class_43;Lnet/minecraft/class_18;Lnet/minecraft/class_8;)V | ||
ARG 0 chunk | ||
ARG 1 level | ||
ARG 2 tag |
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,10 +1,17 @@ | ||
CLASS net/minecraft/class_50 net/minecraft/level/dimension/Dimension | ||
FIELD field_2173 level Lnet/minecraft/class_18; | ||
FIELD field_2174 biomeSource Lnet/minecraft/class_519; | ||
FIELD field_2175 hasFog Z | ||
FIELD field_2179 id I | ||
METHOD method_1762 getSkyColour (FF)Lnet/minecraft/class_26; | ||
ARG 1 temperature | ||
ARG 2 humidity | ||
METHOD method_1763 renderAsSkylands ()Z | ||
METHOD method_1764 getCloudHeight ()F | ||
METHOD method_1766 canPlayerSleep ()Z | ||
METHOD method_1767 getByID (I)Lnet/minecraft/class_50; | ||
ARG 0 id | ||
METHOD method_1768 (Lnet/minecraft/class_18;)V | ||
METHOD method_1768 setLevel (Lnet/minecraft/class_18;)V | ||
ARG 1 level | ||
METHOD method_1769 createBiomeSource ()V | ||
METHOD method_1772 createLevelSource ()Lnet/minecraft/class_51; |
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,4 +1,13 @@ | ||
CLASS net/minecraft/class_58 net/minecraft/level/storage/MapStorageBase | ||
FIELD field_574 name Ljava/lang/String; | ||
FIELD field_575 dirty Z | ||
METHOD <init> (Ljava/lang/String;)V | ||
ARG 1 name | ||
METHOD method_544 markDirty ()V | ||
METHOD method_545 fromTag (Lnet/minecraft/class_8;)V | ||
ARG 1 tag | ||
METHOD method_546 setDirty (Z)V | ||
ARG 1 dirty | ||
METHOD method_547 isDirty ()Z | ||
METHOD method_548 toTag (Lnet/minecraft/class_8;)V | ||
ARG 1 tag |
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/network/ClientPlayNetworkHandler.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
CLASS net/minecraft/class_96 net/minecraft/stat/StatManager | ||
FIELD field_2604 achievements Ljava/util/Map; | ||
FIELD field_2605 stats Ljava/util/Map; | ||
FIELD field_2606 dirty Z | ||
FIELD field_2607 syncher Lnet/minecraft/class_605; | ||
METHOD <init> (Lnet/minecraft/class_237;Ljava/io/File;)V | ||
ARG 1 session | ||
ARG 2 file | ||
METHOD method_1983 getStats ()Ljava/util/Map; | ||
METHOD method_1984 method_1984 (Ljava/lang/String;)Ljava/util/Map; | ||
METHOD method_1985 getDebugString (Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Ljava/lang/String; | ||
ARG 0 username | ||
ARG 1 sessionId | ||
METHOD method_1986 loadAchievementsFrom (Ljava/util/Map;)V | ||
ARG 1 stats | ||
METHOD method_1987 setStat (Ljava/util/Map;Lnet/minecraft/class_139;I)V | ||
METHOD method_1988 hasAchievement (Lnet/minecraft/class_24;)Z | ||
ARG 1 achievement | ||
METHOD method_1989 getStatAmount (Lnet/minecraft/class_139;)I | ||
ARG 1 stat | ||
METHOD method_1990 incrementStat (Lnet/minecraft/class_139;I)V | ||
ARG 1 stat | ||
ARG 2 amount | ||
METHOD method_1993 canGetAchievement (Lnet/minecraft/class_24;)Z | ||
ARG 1 achievement | ||
METHOD method_1994 sync ()V | ||
METHOD method_1995 loadStatsFrom (Ljava/util/Map;)V | ||
ARG 1 stats | ||
METHOD method_1996 tick ()V |
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,9 +1,12 @@ | ||
CLASS net/minecraft/class_452 net/minecraft/util/ProgressListenerImpl | ||
FIELD field_1714 submessage Ljava/lang/String; | ||
FIELD field_1715 minecraft Lnet/minecraft/client/Minecraft; | ||
FIELD field_1716 message Ljava/lang/String; | ||
FIELD field_1717 lastTimeMillis J | ||
FIELD field_1718 ignoreGameRunning Z | ||
METHOD <init> (Lnet/minecraft/client/Minecraft;)V | ||
ARG 1 minecraft | ||
METHOD method_1491 notifyWithGameRunning (Ljava/lang/String;)V | ||
ARG 1 message | ||
METHOD method_1492 notify (Ljava/lang/String;)V | ||
ARG 1 message |