Interface ResourceManager

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

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

    • getAllNamespaces

      Set<String> getAllNamespaces()
      Mappings:
      Namespace Name Mixin selector
      official a Lbzy;a()Ljava/util/Set;
      intermediary method_5892 Lnet/minecraft/class_1654;method_5892()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 Lbzy;a(Lkq;)Lbzx;
      intermediary method_5893 Lnet/minecraft/class_1654;method_5893(Lnet/minecraft/class_1653;)Lnet/minecraft/class_1652;
      named getResource Lnet/minecraft/resource/ResourceManager;getResource(Lnet/minecraft/util/Identifier;)Lnet/minecraft/resource/Resource;
    • getAllResources

      List<Resource> getAllResources(Identifier id) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official b Lbzy;b(Lkq;)Ljava/util/List;
      intermediary method_5894 Lnet/minecraft/class_1654;method_5894(Lnet/minecraft/class_1653;)Ljava/util/List;
      named getAllResources Lnet/minecraft/resource/ResourceManager;getAllResources(Lnet/minecraft/util/Identifier;)Ljava/util/List;