Interface ResourceManager

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

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

    • getAllNamespaces

      Set getAllNamespaces()
      Mappings:
      Namespace Name Mixin selector
      official a Lcvk;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)
      Mappings:
      Namespace Name Mixin selector
      official a Lcvk;a(Loa;)Lcvj;
      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 getAllResources(Identifier id)
      Mappings:
      Namespace Name Mixin selector
      official b Lcvk;b(Loa;)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;