-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* start work * work 2 * work episode 1 million * we're always working * fix * Update mappings/net/minecraft/world/storage/StorageIoWorker.mapping Co-authored-by: Will <[email protected]> --------- Co-authored-by: Will <[email protected]>
- Loading branch information
1 parent
1bd6d47
commit 3602d4d
Showing
29 changed files
with
327 additions
and
10 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 |
---|---|---|
|
@@ -63,6 +63,7 @@ deobfuscate | |
enum | ||
hostname | ||
interner | ||
regex | ||
linux | ||
multipoint | ||
nonnull | ||
|
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 was deleted.
Oops, something went wrong.
46 changes: 46 additions & 0 deletions
46
mappings/net/minecraft/util/path/AllowedSymlinkPathMatcher.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,46 @@ | ||
CLASS net/minecraft/unmapped/C_dpwvcnei net/minecraft/util/path/AllowedSymlinkPathMatcher | ||
FIELD f_dyomlhne entries Ljava/util/List; | ||
FIELD f_kobjyiln compiledPaths Ljava/util/Map; | ||
FIELD f_yyvxmvav COMMENT_PREFIX Ljava/lang/String; | ||
METHOD <init> (Ljava/util/List;)V | ||
ARG 1 entries | ||
METHOD m_bzqsaxjp fromReader (Ljava/io/BufferedReader;)Lnet/minecraft/unmapped/C_dpwvcnei; | ||
ARG 0 reader | ||
METHOD m_eyexfuet (Ljava/nio/file/FileSystem;Ljava/lang/String;)Ljava/nio/file/PathMatcher; | ||
ARG 2 string | ||
METHOD m_fkjqrxhw (Ljava/lang/String;)Ljava/util/stream/Stream; | ||
ARG 0 line | ||
METHOD m_hxiryxnk (Ljava/nio/file/Path;)Z | ||
ARG 0 path | ||
METHOD m_peeyqein (Ljava/util/List;Ljava/nio/file/Path;)Z | ||
ARG 1 path | ||
METHOD m_qeermkiz get (Ljava/nio/file/FileSystem;)Ljava/nio/file/PathMatcher; | ||
ARG 1 fileSystem | ||
METHOD m_splwlony (Ljava/nio/file/Path;)Z | ||
ARG 0 path | ||
METHOD m_uoddkimh (Ljava/nio/file/FileSystem;Lnet/minecraft/unmapped/C_dpwvcnei$C_xxjtjrav;)Ljava/nio/file/PathMatcher; | ||
ARG 1 entry | ||
METHOD matches (Ljava/nio/file/Path;)Z | ||
ARG 1 path | ||
CLASS C_xjvevvwz EntryType | ||
FIELD f_lqgyclby PREFIX Lnet/minecraft/unmapped/C_dpwvcnei$C_xjvevvwz; | ||
FIELD f_wzqspygh FILE_SYSTEM Lnet/minecraft/unmapped/C_dpwvcnei$C_xjvevvwz; | ||
METHOD compile (Ljava/nio/file/FileSystem;Ljava/lang/String;)Ljava/nio/file/PathMatcher; | ||
ARG 1 fileSystem | ||
ARG 2 pattern | ||
METHOD m_nhlkkubn (Ljava/lang/String;Ljava/nio/file/Path;)Z | ||
ARG 1 path | ||
METHOD m_skmcwfoz (Ljava/nio/file/FileSystem;Ljava/lang/String;)Ljava/nio/file/PathMatcher; | ||
ARG 0 fileSystem | ||
ARG 1 pattern | ||
CLASS C_xxjtjrav Entry | ||
METHOD m_ghiswyim glob (Ljava/lang/String;)Lnet/minecraft/unmapped/C_dpwvcnei$C_xxjtjrav; | ||
ARG 0 pattern | ||
METHOD m_kshughpb prefix (Ljava/lang/String;)Lnet/minecraft/unmapped/C_dpwvcnei$C_xxjtjrav; | ||
ARG 0 pattern | ||
METHOD m_qnxgcaai regex (Ljava/lang/String;)Lnet/minecraft/unmapped/C_dpwvcnei$C_xxjtjrav; | ||
ARG 0 pattern | ||
METHOD m_yodwgzqa parse (Ljava/lang/String;)Ljava/util/Optional; | ||
ARG 0 line | ||
METHOD m_zkiwpebq compile (Ljava/nio/file/FileSystem;)Ljava/nio/file/PathMatcher; | ||
ARG 1 fileSystem |
2 changes: 1 addition & 1 deletion
2
...raft/util/InvalidSymlinkException.mapping → ...util/path/InvalidSymlinkException.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 @@ | ||
CLASS net/minecraft/unmapped/C_gtfxkjfs net/minecraft/util/path/Symlink |
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,18 @@ | ||
CLASS net/minecraft/unmapped/C_jgxjjhjn net/minecraft/util/path/SymlinkValidator | ||
FIELD f_svrtftfg pathMatcher Lnet/minecraft/unmapped/C_dpwvcnei; | ||
METHOD m_gnwqyyfp validate (Ljava/nio/file/Path;Ljava/util/List;)V | ||
ARG 1 path | ||
ARG 2 results | ||
METHOD m_xbvtudgh validateSave (Ljava/nio/file/Path;Z)Ljava/util/List; | ||
ARG 1 path | ||
ARG 2 resolveSymlink | ||
CLASS C_redzjhyo | ||
METHOD m_snezytsc validateSymlink (Ljava/nio/file/Path;Ljava/nio/file/attribute/BasicFileAttributes;)V | ||
ARG 1 path | ||
ARG 2 attributes | ||
METHOD preVisitDirectory (Ljava/lang/Object;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult; | ||
ARG 1 path | ||
ARG 2 attributes | ||
METHOD visitFile (Ljava/lang/Object;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult; | ||
ARG 1 path | ||
ARG 2 attributes |
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
Oops, something went wrong.
3602d4d
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 3602d4d, 46 file(s) were updated with 496 line(s) added and 425 removed compared to the latest Quilt Mappings version.
View the diff here (1/3):
3602d4d
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):
3602d4d
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):