Package net.minecraft.resource
Interface ResourceManager
- All Known Subinterfaces:
ReloadableResourceManager
- All Known Implementing Classes:
FallbackResourceManager,ReloadableResourceManagerInstance
@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()ResourcegetResource(Identifier id)List<Resource>method_4365(Identifier identifier)
-
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;
-
method_4365
- 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 method_4365Lnet/minecraft/resource/ResourceManager;method_4365(Lnet/minecraft/util/Identifier;)Ljava/util/List;
-