Package net.minecraft.resource
Interface ResourceManager
- All Known Subinterfaces:
ReloadableResourceManager
- All Known Implementing Classes:
class_4468,FallbackResourceManager
public interface ResourceManager
- Mappings:
Namespace Name official vfintermediary net/minecraft/class_1654named net/minecraft/resource/ResourceManager
-
Method Summary
-
Method Details
-
getAllNamespaces
- Mappings:
Namespace Name Mixin selector official aLvf;a()Ljava/util/Set;intermediary method_5892Lnet/minecraft/class_1654;method_5892()Ljava/util/Set;named getAllNamespacesLnet/minecraft/resource/ResourceManager;getAllNamespaces()Ljava/util/Set;
-
getResource
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLvf;a(Lpc;)Lve;intermediary method_5893Lnet/minecraft/class_1654;method_5893(Lnet/minecraft/class_1653;)Lnet/minecraft/class_1652;named getResourceLnet/minecraft/resource/ResourceManager;getResource(Lnet/minecraft/util/Identifier;)Lnet/minecraft/resource/Resource;
-
getAllResources
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official bLvf;b(Lpc;)Ljava/util/List;intermediary method_5894Lnet/minecraft/class_1654;method_5894(Lnet/minecraft/class_1653;)Ljava/util/List;named getAllResourcesLnet/minecraft/resource/ResourceManager;getAllResources(Lnet/minecraft/util/Identifier;)Ljava/util/List;
-
method_21372
- Mappings:
Namespace Name Mixin selector official aLvf;a(Ljava/lang/String;Ljava/util/function/Predicate;)Ljava/util/Collection;intermediary method_21372Lnet/minecraft/class_1654;method_21372(Ljava/lang/String;Ljava/util/function/Predicate;)Ljava/util/Collection;named method_21372Lnet/minecraft/resource/ResourceManager;method_21372(Ljava/lang/String;Ljava/util/function/Predicate;)Ljava/util/Collection;
-