Package net.minecraft.resource
Class DefaultResourcePack
java.lang.Object
net.minecraft.resource.DefaultResourcePack
- All Implemented Interfaces:
AutoCloseable
,ResourcePack
- Mappings:
Namespace Name named net/minecraft/resource/DefaultResourcePack
intermediary net/minecraft/class_3268
official atf
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.resource.ResourcePack
ResourcePack.ResultConsumer
-
Field Summary
Modifier and TypeFieldDescriptionprivate final ResourcePackInfo
private static final Logger
private final ResourceMetadataMap
private final Map
<ResourceType, List<Path>> Fields inherited from interface net.minecraft.resource.ResourcePack
METADATA_PATH_SUFFIX, PACK_METADATA_NAME
-
Constructor Summary
ConstructorDescriptionDefaultResourcePack
(ResourcePackInfo info, ResourceMetadataMap metadata, Set<String> namespaces, List<Path> rootPaths, Map<ResourceType, List<Path>> namespacePaths) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
private static void
collectIdentifiers
(ResourcePack.ResultConsumer consumer, String namespace, Path root, List<String> prefixSegments) void
findResources
(ResourceType type, String namespace, String prefix, ResourcePack.ResultConsumer consumer) void
forEachNamespacedPath
(ResourceType type, Identifier path, Consumer<Path> 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
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGER
Lnet/minecraft/resource/DefaultResourcePack;LOGGER:Lorg/slf4j/Logger;
intermediary field_14195
Lnet/minecraft/class_3268;field_14195:Lorg/slf4j/Logger;
official c
Latf;c:Lorg/slf4j/Logger;
-
info
- Mappings:
Namespace Name Mixin selector named info
Lnet/minecraft/resource/DefaultResourcePack;info:Lnet/minecraft/resource/ResourcePackInfo;
intermediary field_49032
Lnet/minecraft/class_3268;field_49032:Lnet/minecraft/class_9224;
official d
Latf;d:Lata;
-
metadata
- Mappings:
Namespace Name Mixin selector named metadata
Lnet/minecraft/resource/DefaultResourcePack;metadata:Lnet/minecraft/resource/metadata/ResourceMetadataMap;
intermediary field_26938
Lnet/minecraft/class_3268;field_26938:Lnet/minecraft/class_7662;
official e
Latf;e:Last;
-
namespaces
- Mappings:
Namespace Name Mixin selector named namespaces
Lnet/minecraft/resource/DefaultResourcePack;namespaces:Ljava/util/Set;
intermediary field_14193
Lnet/minecraft/class_3268;field_14193:Ljava/util/Set;
official f
Latf;f:Ljava/util/Set;
-
rootPaths
- Mappings:
Namespace Name Mixin selector named rootPaths
Lnet/minecraft/resource/DefaultResourcePack;rootPaths:Ljava/util/List;
intermediary field_40002
Lnet/minecraft/class_3268;field_40002:Ljava/util/List;
official g
Latf;g:Ljava/util/List;
-
namespacePaths
- Mappings:
Namespace Name Mixin selector named namespacePaths
Lnet/minecraft/resource/DefaultResourcePack;namespacePaths:Ljava/util/Map;
intermediary field_40003
Lnet/minecraft/class_3268;field_40003:Ljava/util/Map;
official h
Latf;h:Ljava/util/Map;
-
-
Constructor Details
-
DefaultResourcePack
DefaultResourcePack(ResourcePackInfo info, ResourceMetadataMap metadata, Set<String> namespaces, List<Path> rootPaths, Map<ResourceType, List<Path>> namespacePaths) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/resource/DefaultResourcePack;<init>(Lnet/minecraft/resource/ResourcePackInfo;Lnet/minecraft/resource/metadata/ResourceMetadataMap;Ljava/util/Set;Ljava/util/List;Ljava/util/Map;)V
intermediary <init>
Lnet/minecraft/class_3268;<init>(Lnet/minecraft/class_9224;Lnet/minecraft/class_7662;Ljava/util/Set;Ljava/util/List;Ljava/util/Map;)V
official <init>
Latf;<init>(Lata;Last;Ljava/util/Set;Ljava/util/List;Ljava/util/Map;)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
Latb;a([Ljava/lang/String;)Lauh;
-
forEachNamespacedPath
- Mappings:
Namespace Name Mixin selector named forEachNamespacedPath
Lnet/minecraft/resource/DefaultResourcePack;forEachNamespacedPath(Lnet/minecraft/resource/ResourceType;Lnet/minecraft/util/Identifier;Ljava/util/function/Consumer;)V
intermediary method_45192
Lnet/minecraft/class_3268;method_45192(Lnet/minecraft/class_3264;Lnet/minecraft/class_2960;Ljava/util/function/Consumer;)V
official a
Latf;a(Latd;Lalf;Ljava/util/function/Consumer;)V
-
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
Latb;a(Latd;Ljava/lang/String;Ljava/lang/String;Latb$a;)V
-
collectIdentifiers
private static void collectIdentifiers(ResourcePack.ResultConsumer consumer, String namespace, Path root, List<String> prefixSegments) - Mappings:
Namespace Name Mixin selector named collectIdentifiers
Lnet/minecraft/resource/DefaultResourcePack;collectIdentifiers(Lnet/minecraft/resource/ResourcePack$ResultConsumer;Ljava/lang/String;Ljava/nio/file/Path;Ljava/util/List;)V
intermediary method_14418
Lnet/minecraft/class_3268;method_14418(Lnet/minecraft/class_3262$class_7664;Ljava/lang/String;Ljava/nio/file/Path;Ljava/util/List;)V
official a
Latf;a(Latb$a;Ljava/lang/String;Ljava/nio/file/Path;Ljava/util/List;)V
-
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
Latb;a(Latd;Lalf;)Lauh;
-
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
Latb;a(Latd;)Ljava/util/Set;
-
parseMetadata
- Specified by:
parseMetadata
in interfaceResourcePack
- 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
Latb;a(Lato;)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
Latb;a()Lata;
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceResourcePack
-
getFactory
- Mappings:
Namespace Name Mixin selector named getFactory
Lnet/minecraft/resource/DefaultResourcePack;getFactory()Lnet/minecraft/resource/ResourceFactory;
intermediary method_43032
Lnet/minecraft/class_3268;method_43032()Lnet/minecraft/class_5912;
official d
Latf;d()Laus;
-