Interface ResourceManager

All Known Subinterfaces:
ReloadableResourceManager
All Known Implementing Classes:
FallbackResourceManager, ReloadableResourceManagerInstance

@Environment(CLIENT)
public interface ResourceManager
Mappings:
Namespace Name
official bni
intermediary net/minecraft/class_1258
named net/minecraft/resource/ResourceManager
  • Method Details

    • getAllNamespaces

      Set<String> getAllNamespaces()
      Mappings:
      Namespace Name Mixin selector
      official a Lbni;a()Ljava/util/Set;
      intermediary method_4363 Lnet/minecraft/class_1258;method_4363()Ljava/util/Set;
      named getAllNamespaces Lnet/minecraft/resource/ResourceManager;getAllNamespaces()Ljava/util/Set;
    • getResource

      Resource getResource​(Identifier id) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Lbni;a(Ljy;)Lbnh;
      intermediary method_4364 Lnet/minecraft/class_1258;method_4364(Lnet/minecraft/class_1605;)Lnet/minecraft/class_1257;
      named getResource Lnet/minecraft/resource/ResourceManager;getResource(Lnet/minecraft/util/Identifier;)Lnet/minecraft/resource/Resource;
    • method_4365

      List<Resource> method_4365​(Identifier identifier) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official b Lbni;b(Ljy;)Ljava/util/List;
      intermediary method_4365 Lnet/minecraft/class_1258;method_4365(Lnet/minecraft/class_1605;)Ljava/util/List;
      named method_4365 Lnet/minecraft/resource/ResourceManager;method_4365(Lnet/minecraft/util/Identifier;)Ljava/util/List;