-
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
12 changed files
with
116 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
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,6 @@ | ||
CLASS net/minecraft/class_8614 net/minecraft/resource/OverlayResourcePack | ||
FIELD field_45036 base Lnet/minecraft/class_3262; | ||
FIELD field_45037 overlaysAndBase Ljava/util/List; | ||
METHOD <init> (Lnet/minecraft/class_3262;Ljava/util/List;)V | ||
ARG 1 base | ||
ARG 2 overlays |
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
11 changes: 11 additions & 0 deletions
11
mappings/net/minecraft/resource/ResourcePackOpener.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,11 @@ | ||
CLASS net/minecraft/class_8621 net/minecraft/resource/ResourcePackOpener | ||
FIELD field_45057 symlinkFinder Lnet/minecraft/class_8580; | ||
METHOD <init> (Lnet/minecraft/class_8580;)V | ||
ARG 1 symlinkFinder | ||
METHOD method_52438 openDirectory (Ljava/nio/file/Path;)Ljava/lang/Object; | ||
ARG 1 path | ||
METHOD method_52439 openZip (Ljava/nio/file/Path;)Ljava/lang/Object; | ||
ARG 1 path | ||
METHOD method_52441 open (Ljava/nio/file/Path;Ljava/util/List;)Ljava/lang/Object; | ||
ARG 1 path | ||
ARG 2 foundSymlinks |
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,35 @@ | ||
CLASS net/minecraft/class_3258 net/minecraft/resource/ZipResourcePack | ||
FIELD field_39096 LOGGER Lorg/slf4j/Logger; | ||
FIELD field_45038 zipFile Lnet/minecraft/class_3258$class_8616; | ||
FIELD field_45039 overlay Ljava/lang/String; | ||
METHOD <init> (Ljava/lang/String;Lnet/minecraft/class_3258$class_8616;ZLjava/lang/String;)V | ||
ARG 1 name | ||
ARG 2 zipFile | ||
ARG 3 alwaysStable | ||
ARG 4 overlay | ||
METHOD method_14391 openFile (Ljava/lang/String;)Lnet/minecraft/class_7367; | ||
ARG 1 path | ||
METHOD method_45177 toPath (Lnet/minecraft/class_3264;Lnet/minecraft/class_2960;)Ljava/lang/String; | ||
ARG 0 type | ||
ARG 1 id | ||
METHOD method_52422 appendOverlayPrefix (Ljava/lang/String;)Ljava/lang/String; | ||
ARG 1 path | ||
METHOD method_52423 getNamespace (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; | ||
ARG 0 prefix | ||
ARG 1 entryName | ||
CLASS class_8615 ZipBackedFactory | ||
FIELD field_45040 file Ljava/io/File; | ||
FIELD field_45041 alwaysStable Z | ||
METHOD <init> (Ljava/io/File;Z)V | ||
ARG 1 file | ||
ARG 2 alwaysStable | ||
METHOD <init> (Ljava/nio/file/Path;Z)V | ||
ARG 1 path | ||
ARG 2 alwaysStable | ||
CLASS class_8616 ZipFileWrapper | ||
FIELD field_45042 file Ljava/io/File; | ||
FIELD field_45043 zip Ljava/util/zip/ZipFile; | ||
FIELD field_45044 closed Z | ||
METHOD <init> (Ljava/io/File;)V | ||
ARG 1 file | ||
METHOD method_52426 open ()Ljava/util/zip/ZipFile; |
2 changes: 2 additions & 0 deletions
2
mappings/net/minecraft/resource/metadata/PackFeatureSetMetadata.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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
CLASS net/minecraft/class_7663 net/minecraft/resource/metadata/PackFeatureSetMetadata | ||
FIELD field_39996 SERIALIZER Lnet/minecraft/class_7677; | ||
FIELD field_39997 CODEC Lcom/mojang/serialization/Codec; | ||
METHOD method_45176 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance |
18 changes: 18 additions & 0 deletions
18
mappings/net/minecraft/resource/metadata/PackOverlaysMetadata.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,18 @@ | ||
CLASS net/minecraft/class_8617 net/minecraft/resource/metadata/PackOverlaysMetadata | ||
FIELD field_45045 SERIALIZER Lnet/minecraft/class_7677; | ||
FIELD field_45046 DIRECTORY_NAME_PATTERN Ljava/util/regex/Pattern; | ||
FIELD field_45047 CODEC Lcom/mojang/serialization/Codec; | ||
METHOD method_52427 getAppliedOverlays (I)Ljava/util/List; | ||
ARG 1 packFormat | ||
METHOD method_52428 (ILnet/minecraft/class_8617$class_8618;)Z | ||
ARG 1 overlay | ||
METHOD method_52429 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance | ||
METHOD method_52430 validate (Ljava/lang/String;)Lcom/mojang/serialization/DataResult; | ||
ARG 0 directoryName | ||
CLASS class_8618 Entry | ||
FIELD field_45048 CODEC Lcom/mojang/serialization/Codec; | ||
METHOD method_52432 isValid (I)Z | ||
ARG 1 packFormat | ||
METHOD method_52433 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance |
6 changes: 2 additions & 4 deletions
6
mappings/net/minecraft/resource/metadata/PackResourceMetadata.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 |
---|---|---|
@@ -1,10 +1,8 @@ | ||
CLASS net/minecraft/class_3272 net/minecraft/resource/metadata/PackResourceMetadata | ||
FIELD comp_1580 description Lnet/minecraft/class_2561; | ||
FIELD comp_1581 packFormat I | ||
FIELD field_14202 SERIALIZER Lnet/minecraft/class_7677; | ||
FIELD field_45051 CODEC Lcom/mojang/serialization/Codec; | ||
METHOD <init> (Lnet/minecraft/class_2561;ILjava/util/Optional;)V | ||
ARG 1 description | ||
ARG 2 format | ||
METHOD comp_1580 description ()Lnet/minecraft/class_2561; | ||
METHOD comp_1581 packFormat ()I | ||
METHOD method_52434 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App; | ||
ARG 0 instance |
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