Package net.minecraft.resource
Interface ResourceManager
- All Known Subinterfaces:
ReloadableResourceManager
- All Known Implementing Classes:
FallbackResourceManager,ReloadableResourceManagerImpl
- Mappings:
Namespace Name official bzyintermediary net/minecraft/class_1654named net/minecraft/resource/ResourceManager
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getAllNamespaces
- Mappings:
Namespace Name Mixin selector official aLbzy;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 aLbzy;a(Lkq;)Lbzx;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 bLbzy;b(Lkq;)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;
-