Package net.minecraft.resource
Class OverlayResourcePack
java.lang.Object
net.minecraft.resource.OverlayResourcePack
- All Implemented Interfaces:
AutoCloseable
,ResourcePack
- Mappings:
Namespace Name named net/minecraft/resource/OverlayResourcePack
intermediary net/minecraft/class_8614
official asj
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resource.ResourcePack
ResourcePack.ResultConsumer
-
Field Summary
Fields inherited from interface net.minecraft.resource.ResourcePack
METADATA_PATH_SUFFIX, PACK_METADATA_NAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
findResources
(ResourceType type, String namespace, String prefix, ResourcePack.ResultConsumer consumer) getInfo()
getNamespaces
(ResourceType type) open
(ResourceType type, Identifier id) <T> T
parseMetadata
(ResourceMetadataReader<T> metaReader) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.resource.ResourcePack
getId, getKnownPackInfo
-
Field Details
-
base
- Mappings:
Namespace Name Mixin selector named base
Lnet/minecraft/resource/OverlayResourcePack;base:Lnet/minecraft/resource/ResourcePack;
intermediary field_45036
Lnet/minecraft/class_8614;field_45036:Lnet/minecraft/class_3262;
official c
Lasj;c:Lasq;
-
overlaysAndBase
- Mappings:
Namespace Name Mixin selector named overlaysAndBase
Lnet/minecraft/resource/OverlayResourcePack;overlaysAndBase:Ljava/util/List;
intermediary field_45037
Lnet/minecraft/class_8614;field_45037:Ljava/util/List;
official d
Lasj;d:Ljava/util/List;
-
-
Constructor Details
-
OverlayResourcePack
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/resource/OverlayResourcePack;<init>(Lnet/minecraft/resource/ResourcePack;Ljava/util/List;)V
intermediary <init>
Lnet/minecraft/class_8614;<init>(Lnet/minecraft/class_3262;Ljava/util/List;)V
official <init>
Lasj;<init>(Lasq;Ljava/util/List;)V
-
-
Method Details
-
openRoot
- Specified by:
openRoot
in interfaceResourcePack
- Mappings:
Namespace Name Mixin selector named openRoot
Lnet/minecraft/resource/ResourcePack;openRoot([Ljava/lang/String;)Lnet/minecraft/resource/InputSupplier;
intermediary method_14410
Lnet/minecraft/class_3262;method_14410([Ljava/lang/String;)Lnet/minecraft/class_7367;
official a
Lasq;a([Ljava/lang/String;)Latw;
-
open
- Specified by:
open
in interfaceResourcePack
- Mappings:
Namespace Name Mixin selector named open
Lnet/minecraft/resource/ResourcePack;open(Lnet/minecraft/resource/ResourceType;Lnet/minecraft/util/Identifier;)Lnet/minecraft/resource/InputSupplier;
intermediary method_14405
Lnet/minecraft/class_3262;method_14405(Lnet/minecraft/class_3264;Lnet/minecraft/class_2960;)Lnet/minecraft/class_7367;
official a
Lasq;a(Lass;Lakr;)Latw;
-
findResources
public void findResources(ResourceType type, String namespace, String prefix, ResourcePack.ResultConsumer consumer) - Specified by:
findResources
in interfaceResourcePack
- Mappings:
Namespace Name Mixin selector named findResources
Lnet/minecraft/resource/ResourcePack;findResources(Lnet/minecraft/resource/ResourceType;Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/resource/ResourcePack$ResultConsumer;)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
official a
Lasq;a(Lass;Ljava/lang/String;Ljava/lang/String;Lasq$a;)V
-
getNamespaces
- Specified by:
getNamespaces
in interfaceResourcePack
- Mappings:
Namespace Name Mixin selector named getNamespaces
Lnet/minecraft/resource/ResourcePack;getNamespaces(Lnet/minecraft/resource/ResourceType;)Ljava/util/Set;
intermediary method_14406
Lnet/minecraft/class_3262;method_14406(Lnet/minecraft/class_3264;)Ljava/util/Set;
official a
Lasq;a(Lass;)Ljava/util/Set;
-
parseMetadata
- Specified by:
parseMetadata
in interfaceResourcePack
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector named parseMetadata
Lnet/minecraft/resource/ResourcePack;parseMetadata(Lnet/minecraft/resource/metadata/ResourceMetadataReader;)Ljava/lang/Object;
intermediary method_14407
Lnet/minecraft/class_3262;method_14407(Lnet/minecraft/class_3270;)Ljava/lang/Object;
official a
Lasq;a(Latd;)Ljava/lang/Object;
-
getInfo
- Specified by:
getInfo
in interfaceResourcePack
- Mappings:
Namespace Name Mixin selector named getInfo
Lnet/minecraft/resource/ResourcePack;getInfo()Lnet/minecraft/resource/ResourcePackInfo;
intermediary method_56926
Lnet/minecraft/class_3262;method_56926()Lnet/minecraft/class_9224;
official a
Lasq;a()Lasp;
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceResourcePack
-