Interface ResourceManager

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

public interface ResourceManager
Mappings:
Namespace Name
official vf
intermediary net/minecraft/class_1654
named net/minecraft/resource/ResourceManager
  • Method Details

    • getAllNamespaces

      @Environment(CLIENT) Set<String> getAllNamespaces()
      Mappings:
      Namespace Name Mixin selector
      official a Lvf;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 Lvf;a(Lpc;)Lve;
      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 Lvf;b(Lpc;)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;
    • method_21372

      Collection<Identifier> method_21372(String string, Predicate<String> predicate)
      Mappings:
      Namespace Name Mixin selector
      official a Lvf;a(Ljava/lang/String;Ljava/util/function/Predicate;)Ljava/util/Collection;
      intermediary method_21372 Lnet/minecraft/class_1654;method_21372(Ljava/lang/String;Ljava/util/function/Predicate;)Ljava/util/Collection;
      named method_21372 Lnet/minecraft/resource/ResourceManager;method_21372(Ljava/lang/String;Ljava/util/function/Predicate;)Ljava/util/Collection;