Package net.minecraft.resource
Class ZipResourcePack
java.lang.Object
net.minecraft.resource.AbstractFileResourcePack
net.minecraft.resource.ZipResourcePack
- All Implemented Interfaces:
AutoCloseable
,ResourcePack
- Mappings:
Namespace Name official alw
intermediary net/minecraft/class_3258
named net/minecraft/resource/ZipResourcePack
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
private static class
Nested classes/interfaces inherited from interface net.minecraft.resource.ResourcePack
ResourcePack.ResultConsumer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ZipResourcePack.class_8616
private final String
(package private) static final Logger
Fields inherited from interface net.minecraft.resource.ResourcePack
METADATA_PATH_SUFFIX, PACK_METADATA_NAME
-
Constructor Summary
ConstructorsConstructorDescriptionZipResourcePack
(String name, ZipResourcePack.class_8616 class_8616, boolean alwaysStable, String string) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
findResources
(ResourceType type, String namespace, String prefix, ResourcePack.ResultConsumer consumer) getNamespaces
(ResourceType type) private String
method_52422
(String string) static String
method_52423
(String string, String string2) open
(ResourceType type, Identifier id) private @Nullable InputSupplier<InputStream>
private static String
toPath
(ResourceType type, Identifier id) Methods inherited from class net.minecraft.resource.AbstractFileResourcePack
getName, isAlwaysStable, parseMetadata, parseMetadata
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official c
Lalw;c:Lorg/slf4j/Logger;
intermediary field_39096
Lnet/minecraft/class_3258;field_39096:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/resource/ZipResourcePack;LOGGER:Lorg/slf4j/Logger;
-
field_45038
- Mappings:
Namespace Name Mixin selector official d
Lalw;d:Lalw$b;
intermediary field_45038
Lnet/minecraft/class_3258;field_45038:Lnet/minecraft/class_3258$class_8616;
named field_45038
Lnet/minecraft/resource/ZipResourcePack;field_45038:Lnet/minecraft/resource/ZipResourcePack$class_8616;
-
field_45039
- Mappings:
Namespace Name Mixin selector official e
Lalw;e:Ljava/lang/String;
intermediary field_45039
Lnet/minecraft/class_3258;field_45039:Ljava/lang/String;
named field_45039
Lnet/minecraft/resource/ZipResourcePack;field_45039:Ljava/lang/String;
-
-
Constructor Details
-
ZipResourcePack
ZipResourcePack(String name, ZipResourcePack.class_8616 class_8616, boolean alwaysStable, String string) - Mappings:
Namespace Name Mixin selector official <init>
Lalw;<init>(Ljava/lang/String;Lalw$b;ZLjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_3258;<init>(Ljava/lang/String;Lnet/minecraft/class_3258$class_8616;ZLjava/lang/String;)V
named <init>
Lnet/minecraft/resource/ZipResourcePack;<init>(Ljava/lang/String;Lnet/minecraft/resource/ZipResourcePack$class_8616;ZLjava/lang/String;)V
-
-
Method Details
-
toPath
- Mappings:
Namespace Name Mixin selector official b
Lalw;b(Lalz;Laep;)Ljava/lang/String;
intermediary method_45177
Lnet/minecraft/class_3258;method_45177(Lnet/minecraft/class_3264;Lnet/minecraft/class_2960;)Ljava/lang/String;
named toPath
Lnet/minecraft/resource/ZipResourcePack;toPath(Lnet/minecraft/resource/ResourceType;Lnet/minecraft/util/Identifier;)Ljava/lang/String;
-
openRoot
- Mappings:
Namespace Name Mixin selector official a
Laly;a([Ljava/lang/String;)Lanc;
intermediary method_14410
Lnet/minecraft/class_3262;method_14410([Ljava/lang/String;)Lnet/minecraft/class_7367;
named openRoot
Lnet/minecraft/resource/ResourcePack;openRoot([Ljava/lang/String;)Lnet/minecraft/resource/InputSupplier;
-
open
- Mappings:
Namespace Name Mixin selector official a
Laly;a(Lalz;Laep;)Lanc;
intermediary method_14405
Lnet/minecraft/class_3262;method_14405(Lnet/minecraft/class_3264;Lnet/minecraft/class_2960;)Lnet/minecraft/class_7367;
named open
Lnet/minecraft/resource/ResourcePack;open(Lnet/minecraft/resource/ResourceType;Lnet/minecraft/util/Identifier;)Lnet/minecraft/resource/InputSupplier;
-
method_52422
- Mappings:
Namespace Name Mixin selector official a
Lalw;a(Ljava/lang/String;)Ljava/lang/String;
intermediary method_52422
Lnet/minecraft/class_3258;method_52422(Ljava/lang/String;)Ljava/lang/String;
named method_52422
Lnet/minecraft/resource/ZipResourcePack;method_52422(Ljava/lang/String;)Ljava/lang/String;
-
openFile
- Mappings:
Namespace Name Mixin selector official b
Lalw;b(Ljava/lang/String;)Lanc;
intermediary method_14391
Lnet/minecraft/class_3258;method_14391(Ljava/lang/String;)Lnet/minecraft/class_7367;
named openFile
Lnet/minecraft/resource/ZipResourcePack;openFile(Ljava/lang/String;)Lnet/minecraft/resource/InputSupplier;
-
getNamespaces
- Mappings:
Namespace Name Mixin selector official a
Laly;a(Lalz;)Ljava/util/Set;
intermediary method_14406
Lnet/minecraft/class_3262;method_14406(Lnet/minecraft/class_3264;)Ljava/util/Set;
named getNamespaces
Lnet/minecraft/resource/ResourcePack;getNamespaces(Lnet/minecraft/resource/ResourceType;)Ljava/util/Set;
-
method_52423
- Mappings:
Namespace Name Mixin selector official a
Lalw;a(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
intermediary method_52423
Lnet/minecraft/class_3258;method_52423(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
named method_52423
Lnet/minecraft/resource/ZipResourcePack;method_52423(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
-
close
public void close() -
findResources
public void findResources(ResourceType type, String namespace, String prefix, ResourcePack.ResultConsumer consumer) - Mappings:
Namespace Name Mixin selector official a
Laly;a(Lalz;Ljava/lang/String;Ljava/lang/String;Laly$a;)V
intermediary method_14408
Lnet/minecraft/class_3262;method_14408(Lnet/minecraft/class_3264;Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/class_3262$class_7664;)V
named findResources
Lnet/minecraft/resource/ResourcePack;findResources(Lnet/minecraft/resource/ResourceType;Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/resource/ResourcePack$ResultConsumer;)V
-