Class FallbackResourceManager

java.lang.Object
net.minecraft.client.resource.FallbackResourceManager
All Implemented Interfaces:
ResourceManager

public class FallbackResourceManager extends Object implements ResourceManager
Mappings:
Namespace Name
official vc
intermediary net/minecraft/class_1646
named net/minecraft/client/resource/FallbackResourceManager
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official b Lvc;b:Lorg/apache/logging/log4j/Logger;
      intermediary field_11258 Lnet/minecraft/class_1646;field_11258:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/client/resource/FallbackResourceManager;LOGGER:Lorg/apache/logging/log4j/Logger;
    • resourcePacks

      protected final List<class_4454> resourcePacks
      Mappings:
      Namespace Name Mixin selector
      official a Lvc;a:Ljava/util/List;
      intermediary field_6609 Lnet/minecraft/class_1646;field_6609:Ljava/util/List;
      named resourcePacks Lnet/minecraft/client/resource/FallbackResourceManager;resourcePacks:Ljava/util/List;
    • field_6610

      private final class_4455 field_6610
      Mappings:
      Namespace Name Mixin selector
      official c Lvc;c:Lum;
      intermediary field_6610 Lnet/minecraft/class_1646;field_6610:Lnet/minecraft/class_4455;
      named field_6610 Lnet/minecraft/client/resource/FallbackResourceManager;field_6610:Lnet/minecraft/class_4455;
  • Constructor Details

    • FallbackResourceManager

      public FallbackResourceManager(class_4455 class_4455)
  • Method Details

    • method_5882

      public void method_5882(class_4454 class_4454)
      Mappings:
      Namespace Name Mixin selector
      official a Lvc;a(Lul;)V
      intermediary method_5882 Lnet/minecraft/class_1646;method_5882(Lnet/minecraft/class_4454;)V
      named method_5882 Lnet/minecraft/client/resource/FallbackResourceManager;method_5882(Lnet/minecraft/class_4454;)V
    • getAllNamespaces

      @Environment(CLIENT) public Set<String> getAllNamespaces()
      Specified by:
      getAllNamespaces in interface ResourceManager
      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

      public Resource getResource(Identifier id) throws IOException
      Specified by:
      getResource in interface ResourceManager
      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;
    • method_10362

      protected InputStream method_10362(Identifier identifier, class_4454 class_4454) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Lvc;a(Lpc;Lul;)Ljava/io/InputStream;
      intermediary method_10362 Lnet/minecraft/class_1646;method_10362(Lnet/minecraft/class_1653;Lnet/minecraft/class_4454;)Ljava/io/InputStream;
      named method_10362 Lnet/minecraft/client/resource/FallbackResourceManager;method_10362(Lnet/minecraft/util/Identifier;Lnet/minecraft/class_4454;)Ljava/io/InputStream;
    • method_12498

      private void method_12498(Identifier identifier) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official d Lvc;d(Lpc;)V
      intermediary method_12498 Lnet/minecraft/class_1646;method_12498(Lnet/minecraft/class_1653;)V
      named method_12498 Lnet/minecraft/client/resource/FallbackResourceManager;method_12498(Lnet/minecraft/util/Identifier;)V
    • getAllResources

      public List<Resource> getAllResources(Identifier id) throws IOException
      Specified by:
      getAllResources in interface ResourceManager
      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

      public Collection<Identifier> method_21372(String string, Predicate<String> predicate)
      Specified by:
      method_21372 in interface ResourceManager
      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;
    • method_5883

      static Identifier method_5883(Identifier identifier)
      Mappings:
      Namespace Name Mixin selector
      official c Lvc;c(Lpc;)Lpc;
      intermediary method_5883 Lnet/minecraft/class_1646;method_5883(Lnet/minecraft/class_1653;)Lnet/minecraft/class_1653;
      named method_5883 Lnet/minecraft/client/resource/FallbackResourceManager;method_5883(Lnet/minecraft/util/Identifier;)Lnet/minecraft/util/Identifier;