Package net.minecraft.resource
Interface ResourceManager
- All Known Subinterfaces:
ReloadableResourceManager
- All Known Implementing Classes:
FallbackResourceManager,ReloadableResourceManagerImpl
@Environment(CLIENT) public interface ResourceManager
- Mappings:
Namespace Name official bniintermediary net/minecraft/class_1258named net/minecraft/resource/ResourceManager
-
Method Summary
Modifier and Type Method Description Set<String>getAllNamespaces()List<Resource>getAllResources(Identifier id)ResourcegetResource(Identifier id)
-
Method Details
-
getAllNamespaces
- Mappings:
Namespace Name Mixin selector official aLbni;a()Ljava/util/Set;intermediary method_4363Lnet/minecraft/class_1258;method_4363()Ljava/util/Set;named getAllNamespacesLnet/minecraft/resource/ResourceManager;getAllNamespaces()Ljava/util/Set;
-
getResource
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLbni;a(Ljy;)Lbnh;intermediary method_4364Lnet/minecraft/class_1258;method_4364(Lnet/minecraft/class_1605;)Lnet/minecraft/class_1257;named getResourceLnet/minecraft/resource/ResourceManager;getResource(Lnet/minecraft/util/Identifier;)Lnet/minecraft/resource/Resource;
-
getAllResources
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official bLbni;b(Ljy;)Ljava/util/List;intermediary method_4365Lnet/minecraft/class_1258;method_4365(Lnet/minecraft/class_1605;)Ljava/util/List;named getAllResourcesLnet/minecraft/resource/ResourceManager;getAllResources(Lnet/minecraft/util/Identifier;)Ljava/util/List;
-