Class NamespaceResourceManager
- All Implemented Interfaces:
ResourceFactory,ResourceManager
LifecycledResourceManagerImpl, based
on the heuristic that most namespaces are only defined in few resource
packs, making loading in those namespaces faster.- See Also:
- Mappings:
Namespace Name official agbintermediary net/minecraft/class_3294named net/minecraft/resource/NamespaceResourceManager
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final recordprivate static final recordprivate classprivate static classNested classes/interfaces inherited from interface net.minecraft.resource.ResourceManager
ResourceManager.Empty -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final org.slf4j.Loggerprivate final Stringprotected final List<NamespaceResourceManager.class_7082>(package private) final ResourceType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPack(ResourcePack pack) booleanChecks whether any of the currently-loaded resource packs contain an entry for the given id.findResources(String startingPath, Predicate<Identifier> pathPredicate) Returns a sorted list of identifiers matching a path predicate.Gets a set of all namespaces offered by the resource packs loaded by this manager.Gets all of the available resources to the corresponding resource identifier.(package private) static IdentifierFinds and returns the corresponding resource for a resource's identifier.private booleanvoidmethod_41256(ResourcePack resourcePack, Predicate<Identifier> predicate) private voidmethod_41258(NamespaceResourceManager.class_7082 class_7082, String string, Predicate<Identifier> predicate, Map<Identifier, NamespaceResourceManager.class_7081> map) private static voidmethod_41259(NamespaceResourceManager.class_7082 class_7082, Map<Identifier, NamespaceResourceManager.class_7081> map) private voidmethod_41260(String string, @Nullable ResourcePack resourcePack, @Nullable Predicate<Identifier> predicate) voidmethod_41261(String string, Predicate<Identifier> predicate) method_41265(String string, Predicate<Identifier> predicate) protected InputStreamopen(Identifier id, ResourcePack pack) Gets a stream of loaded resource packs in increasing order of priority.private voidvalidate(Identifier id)
-
Field Details
-
LOGGER
static final org.slf4j.Logger LOGGER- Mappings:
Namespace Name Mixin selector official bLagb;b:Lorg/slf4j/Logger;intermediary field_14285Lnet/minecraft/class_3294;field_14285:Lorg/slf4j/Logger;named LOGGERLnet/minecraft/resource/NamespaceResourceManager;LOGGER:Lorg/slf4j/Logger;
-
packList
- Mappings:
Namespace Name Mixin selector official aLagb;a:Ljava/util/List;intermediary field_14283Lnet/minecraft/class_3294;field_14283:Ljava/util/List;named packListLnet/minecraft/resource/NamespaceResourceManager;packList:Ljava/util/List;
-
type
- Mappings:
Namespace Name Mixin selector official cLagb;c:Lafj;intermediary field_14284Lnet/minecraft/class_3294;field_14284:Lnet/minecraft/class_3264;named typeLnet/minecraft/resource/NamespaceResourceManager;type:Lnet/minecraft/resource/ResourceType;
-
namespace
- Mappings:
Namespace Name Mixin selector official dLagb;d:Ljava/lang/String;intermediary field_21561Lnet/minecraft/class_3294;field_21561:Ljava/lang/String;named namespaceLnet/minecraft/resource/NamespaceResourceManager;namespace:Ljava/lang/String;
-
-
Constructor Details
-
NamespaceResourceManager
- Mappings:
Namespace Name Mixin selector official <init>Lagb;<init>(Lafj;Ljava/lang/String;)Vintermediary <init>Lnet/minecraft/class_3294;<init>(Lnet/minecraft/class_3264;Ljava/lang/String;)Vnamed <init>Lnet/minecraft/resource/NamespaceResourceManager;<init>(Lnet/minecraft/resource/ResourceType;Ljava/lang/String;)V
-
-
Method Details
-
addPack
- Mappings:
Namespace Name Mixin selector official aLagb;a(Lafi;)Vintermediary method_24233Lnet/minecraft/class_3294;method_24233(Lnet/minecraft/class_3262;)Vnamed addPackLnet/minecraft/resource/NamespaceResourceManager;addPack(Lnet/minecraft/resource/ResourcePack;)V
-
method_41256
- Mappings:
Namespace Name Mixin selector official aLagb;a(Lafi;Ljava/util/function/Predicate;)Vintermediary method_41256Lnet/minecraft/class_3294;method_41256(Lnet/minecraft/class_3262;Ljava/util/function/Predicate;)Vnamed method_41256Lnet/minecraft/resource/NamespaceResourceManager;method_41256(Lnet/minecraft/resource/ResourcePack;Ljava/util/function/Predicate;)V
-
method_41261
- Mappings:
Namespace Name Mixin selector official aLagb;a(Ljava/lang/String;Ljava/util/function/Predicate;)Vintermediary method_41261Lnet/minecraft/class_3294;method_41261(Ljava/lang/String;Ljava/util/function/Predicate;)Vnamed method_41261Lnet/minecraft/resource/NamespaceResourceManager;method_41261(Ljava/lang/String;Ljava/util/function/Predicate;)V
-
method_41260
private void method_41260(String string, @Nullable @Nullable ResourcePack resourcePack, @Nullable @Nullable Predicate<Identifier> predicate) - Mappings:
Namespace Name Mixin selector official aLagb;a(Ljava/lang/String;Lafi;Ljava/util/function/Predicate;)Vintermediary method_41260Lnet/minecraft/class_3294;method_41260(Ljava/lang/String;Lnet/minecraft/class_3262;Ljava/util/function/Predicate;)Vnamed method_41260Lnet/minecraft/resource/NamespaceResourceManager;method_41260(Ljava/lang/String;Lnet/minecraft/resource/ResourcePack;Ljava/util/function/Predicate;)V
-
getAllNamespaces
Gets a set of all namespaces offered by the resource packs loaded by this manager.- Specified by:
getAllNamespacesin interfaceResourceManager- Mappings:
Namespace Name Mixin selector official aLagj;a()Ljava/util/Set;intermediary method_14487Lnet/minecraft/class_3300;method_14487()Ljava/util/Set;named getAllNamespacesLnet/minecraft/resource/ResourceManager;getAllNamespaces()Ljava/util/Set;
-
getResource
Finds and returns the corresponding resource for a resource's identifier.Starts by scanning each resource pack from highest priority to lowest. If no resource packs were found to contain the requested entry, will throw a
FileNotFoundException.The returned resource must be closed to avoid resource leaks.
- Specified by:
getResourcein interfaceResourceFactory- Parameters:
id- the resource identifier to search for- Throws:
FileNotFoundException- if the identified resource could not be found, or could not be loaded.IOException- if the identified resource was found but a stream to it could not be opened.- Mappings:
Namespace Name Mixin selector official getResourceLagl;getResource(Lza;)Lagh;intermediary method_14486Lnet/minecraft/class_5912;method_14486(Lnet/minecraft/class_2960;)Lnet/minecraft/class_3298;named getResourceLnet/minecraft/resource/ResourceFactory;getResource(Lnet/minecraft/util/Identifier;)Lnet/minecraft/resource/Resource;
-
containsResource
Checks whether any of the currently-loaded resource packs contain an entry for the given id.Starts by querying the resource pack with the highest priority to lowest until it finds one that responds to the requested identifier.
- Specified by:
containsResourcein interfaceResourceManager- Parameters:
id- the resource identifier to search for- Mappings:
Namespace Name Mixin selector official aLagj;a(Lza;)Zintermediary method_18234Lnet/minecraft/class_3300;method_18234(Lnet/minecraft/class_2960;)Znamed containsResourceLnet/minecraft/resource/ResourceManager;containsResource(Lnet/minecraft/util/Identifier;)Z
-
open
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLagb;a(Lza;Lafi;)Ljava/io/InputStream;intermediary method_14476Lnet/minecraft/class_3294;method_14476(Lnet/minecraft/class_2960;Lnet/minecraft/class_3262;)Ljava/io/InputStream;named openLnet/minecraft/resource/NamespaceResourceManager;open(Lnet/minecraft/util/Identifier;Lnet/minecraft/resource/ResourcePack;)Ljava/io/InputStream;
-
validate
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official dLagb;d(Lza;)Vintermediary method_14472Lnet/minecraft/class_3294;method_14472(Lnet/minecraft/class_2960;)Vnamed validateLnet/minecraft/resource/NamespaceResourceManager;validate(Lnet/minecraft/util/Identifier;)V
-
isPathAbsolute
- Mappings:
Namespace Name Mixin selector official eLagb;e(Lza;)Zintermediary method_18221Lnet/minecraft/class_3294;method_18221(Lnet/minecraft/class_2960;)Znamed isPathAbsoluteLnet/minecraft/resource/NamespaceResourceManager;isPathAbsolute(Lnet/minecraft/util/Identifier;)Z
-
getAllResources
Gets all of the available resources to the corresponding resource identifier.Resources are returned in load order, or ascending order of priority, so the last element in the returned list is what would be returned normally by
ResourceFactory.getResource(net.minecraft.util.Identifier)Each resource in this returned list must be closed to avoid resource leaks.
- Specified by:
getAllResourcesin interfaceResourceManager- Parameters:
id- the resource identifier to search for- Throws:
FileNotFoundException- if no matching resources could be found (i.e. if the list would be empty)IOException- if resources were found, but any one of them could not be opened to be read.- Mappings:
Namespace Name Mixin selector official bLagj;b(Lza;)Ljava/util/List;intermediary method_14489Lnet/minecraft/class_3300;method_14489(Lnet/minecraft/class_2960;)Ljava/util/List;named getAllResourcesLnet/minecraft/resource/ResourceManager;getAllResources(Lnet/minecraft/util/Identifier;)Ljava/util/List;
-
findResources
public Map<Identifier,class_7086> findResources(String startingPath, Predicate<Identifier> pathPredicate) Returns a sorted list of identifiers matching a path predicate.Scanning begins in
startingPathand each candidate file present under that directory will be offered up to the predicate to decide whether it should be included or not.Elements in the returned list may not, necessarily be unique. Additional effort is advised to ensure that duplicates in the returned list are discarded before loading.
- Specified by:
findResourcesin interfaceResourceManager- Parameters:
startingPath- the starting path to begin scanning frompathPredicate- a predicate to determine whether a path should be included or not- Returns:
- the list matching identifiers
- Mappings:
Namespace Name Mixin selector official bLagj;b(Ljava/lang/String;Ljava/util/function/Predicate;)Ljava/util/Map;intermediary method_14488Lnet/minecraft/class_3300;method_14488(Ljava/lang/String;Ljava/util/function/Predicate;)Ljava/util/Map;named findResourcesLnet/minecraft/resource/ResourceManager;findResources(Ljava/lang/String;Ljava/util/function/Predicate;)Ljava/util/Map;
-
method_41259
private static void method_41259(NamespaceResourceManager.class_7082 class_7082, Map<Identifier, NamespaceResourceManager.class_7081> map) - Mappings:
Namespace Name Mixin selector official aLagb;a(Lagb$c;Ljava/util/Map;)Vintermediary method_41259Lnet/minecraft/class_3294;method_41259(Lnet/minecraft/class_3294$class_7082;Ljava/util/Map;)Vnamed method_41259Lnet/minecraft/resource/NamespaceResourceManager;method_41259(Lnet/minecraft/resource/NamespaceResourceManager$class_7082;Ljava/util/Map;)V
-
method_41258
private void method_41258(NamespaceResourceManager.class_7082 class_7082, String string, Predicate<Identifier> predicate, Map<Identifier, NamespaceResourceManager.class_7081> map) - Mappings:
Namespace Name Mixin selector official aLagb;a(Lagb$c;Ljava/lang/String;Ljava/util/function/Predicate;Ljava/util/Map;)Vintermediary method_41258Lnet/minecraft/class_3294;method_41258(Lnet/minecraft/class_3294$class_7082;Ljava/lang/String;Ljava/util/function/Predicate;Ljava/util/Map;)Vnamed method_41258Lnet/minecraft/resource/NamespaceResourceManager;method_41258(Lnet/minecraft/resource/NamespaceResourceManager$class_7082;Ljava/lang/String;Ljava/util/function/Predicate;Ljava/util/Map;)V
-
method_41265
public Map<Identifier,List<class_7086>> method_41265(String string, Predicate<Identifier> predicate) - Specified by:
method_41265in interfaceResourceManager- Mappings:
Namespace Name Mixin selector official cLagj;c(Ljava/lang/String;Ljava/util/function/Predicate;)Ljava/util/Map;intermediary method_41265Lnet/minecraft/class_3300;method_41265(Ljava/lang/String;Ljava/util/function/Predicate;)Ljava/util/Map;named method_41265Lnet/minecraft/resource/ResourceManager;method_41265(Ljava/lang/String;Ljava/util/function/Predicate;)Ljava/util/Map;
-
streamResourcePacks
Gets a stream of loaded resource packs in increasing order of priority.- Specified by:
streamResourcePacksin interfaceResourceManager- Mappings:
Namespace Name Mixin selector official bLagj;b()Ljava/util/stream/Stream;intermediary method_29213Lnet/minecraft/class_3300;method_29213()Ljava/util/stream/Stream;named streamResourcePacksLnet/minecraft/resource/ResourceManager;streamResourcePacks()Ljava/util/stream/Stream;
-
getMetadataPath
- Mappings:
Namespace Name Mixin selector official cLagb;c(Lza;)Lza;intermediary method_14473Lnet/minecraft/class_3294;method_14473(Lnet/minecraft/class_2960;)Lnet/minecraft/class_2960;named getMetadataPathLnet/minecraft/resource/NamespaceResourceManager;getMetadataPath(Lnet/minecraft/util/Identifier;)Lnet/minecraft/util/Identifier;
-