Class FallbackResourceManager

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

@Environment(CLIENT) public class FallbackResourceManager extends Object implements ResourceManager
Mappings:
Namespace Name
official bqf
intermediary net/minecraft/class_1646
named net/minecraft/client/resource/FallbackResourceManager
  • Field Details

    • resourcePacks

      protected final List resourcePacks
      Mappings:
      Namespace Name Mixin selector
      official a Lbqf;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;
    • serializer

      private final MetadataSerializer serializer
      Mappings:
      Namespace Name Mixin selector
      official b Lbqf;b:Lbrf;
      intermediary field_6610 Lnet/minecraft/class_1646;field_6610:Lnet/minecraft/class_1671;
      named serializer Lnet/minecraft/client/resource/FallbackResourceManager;serializer:Lnet/minecraft/util/MetadataSerializer;
  • Constructor Details

    • FallbackResourceManager

      public FallbackResourceManager(MetadataSerializer serializer)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbqf;<init>(Lbrf;)V
      intermediary <init> Lnet/minecraft/class_1646;<init>(Lnet/minecraft/class_1671;)V
      named <init> Lnet/minecraft/client/resource/FallbackResourceManager;<init>(Lnet/minecraft/util/MetadataSerializer;)V
  • Method Details

    • addResourcePack

      public void addResourcePack(ResourcePack pack)
      Mappings:
      Namespace Name Mixin selector
      official a Lbqf;a(Lbqp;)V
      intermediary method_5882 Lnet/minecraft/class_1646;method_5882(Lnet/minecraft/class_1655;)V
      named addResourcePack Lnet/minecraft/client/resource/FallbackResourceManager;addResourcePack(Lnet/minecraft/resource/ResourcePack;)V
    • getAllNamespaces

      public Set getAllNamespaces()
      Specified by:
      getAllNamespaces in interface ResourceManager
      Mappings:
      Namespace Name Mixin selector
      official a Lbqn;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)
      Specified by:
      getResource in interface ResourceManager
      Mappings:
      Namespace Name Mixin selector
      official a Lbqn;a(Lbqm;)Lbql;
      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

      public List getAllResources(Identifier id)
      Specified by:
      getAllResources in interface ResourceManager
      Mappings:
      Namespace Name Mixin selector
      official b Lbqn;b(Lbqm;)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_5883

      static Identifier method_5883(Identifier identifier)
      Mappings:
      Namespace Name Mixin selector
      official c Lbqf;c(Lbqm;)Lbqm;
      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;