Package net.minecraft.resource
Interface ResourcePack
- All Known Implementing Classes:
AbstractFileResourcePack,DefaultResourcePack,DirectoryResourcePack,ZipResourcePack
@Environment(CLIENT) public interface ResourcePack
- Mappings:
Namespace Name official bnkintermediary net/minecraft/class_1260named net/minecraft/resource/ResourcePack
-
Method Summary
Modifier and Type Method Description StringgetName()BufferedImagemethod_4367()<T extends ResourceMetadataProvider>
Tmethod_4368(MetadataSerializer metadataSerializer, String string)InputStreammethod_4369(Identifier identifier)booleanmethod_4371(Identifier identifier)Set<String>method_4372()
-
Method Details
-
method_4369
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLbnk;a(Ljy;)Ljava/io/InputStream;intermediary method_4369Lnet/minecraft/class_1260;method_4369(Lnet/minecraft/class_1605;)Ljava/io/InputStream;named method_4369Lnet/minecraft/resource/ResourcePack;method_4369(Lnet/minecraft/util/Identifier;)Ljava/io/InputStream;
-
method_4371
- Mappings:
Namespace Name Mixin selector official bLbnk;b(Ljy;)Zintermediary method_4371Lnet/minecraft/class_1260;method_4371(Lnet/minecraft/class_1605;)Znamed method_4371Lnet/minecraft/resource/ResourcePack;method_4371(Lnet/minecraft/util/Identifier;)Z
-
method_4372
- Mappings:
Namespace Name Mixin selector official cLbnk;c()Ljava/util/Set;intermediary method_4372Lnet/minecraft/class_1260;method_4372()Ljava/util/Set;named method_4372Lnet/minecraft/resource/ResourcePack;method_4372()Ljava/util/Set;
-
method_4368
<T extends ResourceMetadataProvider> T method_4368(MetadataSerializer metadataSerializer, String string) throws IOException- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLbnk;a(Lbny;Ljava/lang/String;)Lbnw;intermediary method_4368Lnet/minecraft/class_1260;method_4368(Lnet/minecraft/class_1275;Ljava/lang/String;)Lnet/minecraft/class_1273;named method_4368Lnet/minecraft/resource/ResourcePack;method_4368(Lnet/minecraft/util/MetadataSerializer;Ljava/lang/String;)Lnet/minecraft/client/resource/ResourceMetadataProvider;
-
method_4367
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLbnk;a()Ljava/awt/image/BufferedImage;intermediary method_4367Lnet/minecraft/class_1260;method_4367()Ljava/awt/image/BufferedImage;named method_4367Lnet/minecraft/resource/ResourcePack;method_4367()Ljava/awt/image/BufferedImage;
-
getName
String getName()- Mappings:
Namespace Name Mixin selector official bLbnk;b()Ljava/lang/String;intermediary method_4370Lnet/minecraft/class_1260;method_4370()Ljava/lang/String;named getNameLnet/minecraft/resource/ResourcePack;getName()Ljava/lang/String;
-