Package net.minecraft

Class class_3112

java.lang.Object
net.minecraft.class_3112
All Implemented Interfaces:
ResourcePack

@Environment(CLIENT) public class class_3112 extends Object implements ResourcePack
Mappings:
Namespace Name
official ces
intermediary net/minecraft/class_3112
named net/minecraft/class_3112
  • Field Details

    • field_15322

      private final ResourcePack field_15322
      Mappings:
      Namespace Name Mixin selector
      official a Lces;a:Lcer;
      intermediary field_15322 Lnet/minecraft/class_3112;field_15322:Lnet/minecraft/class_1655;
      named field_15322 Lnet/minecraft/class_3112;field_15322:Lnet/minecraft/resource/ResourcePack;
  • Constructor Details

  • Method Details

    • open

      public InputStream open(Identifier id) throws IOException
      Specified by:
      open in interface ResourcePack
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Lcer;a(Lnf;)Ljava/io/InputStream;
      intermediary method_5897 Lnet/minecraft/class_1655;method_5897(Lnet/minecraft/class_1653;)Ljava/io/InputStream;
      named open Lnet/minecraft/resource/ResourcePack;open(Lnet/minecraft/util/Identifier;)Ljava/io/InputStream;
    • method_13887

      private Identifier method_13887(Identifier identifier)
      Mappings:
      Namespace Name Mixin selector
      official c Lces;c(Lnf;)Lnf;
      intermediary method_13887 Lnet/minecraft/class_3112;method_13887(Lnet/minecraft/class_1653;)Lnet/minecraft/class_1653;
      named method_13887 Lnet/minecraft/class_3112;method_13887(Lnet/minecraft/util/Identifier;)Lnet/minecraft/util/Identifier;
    • contains

      public boolean contains(Identifier id)
      Specified by:
      contains in interface ResourcePack
      Mappings:
      Namespace Name Mixin selector
      official b Lcer;b(Lnf;)Z
      intermediary method_5900 Lnet/minecraft/class_1655;method_5900(Lnet/minecraft/class_1653;)Z
      named contains Lnet/minecraft/resource/ResourcePack;contains(Lnet/minecraft/util/Identifier;)Z
    • getNamespaces

      public Set<String> getNamespaces()
      Specified by:
      getNamespaces in interface ResourcePack
      Mappings:
      Namespace Name Mixin selector
      official c Lcer;c()Ljava/util/Set;
      intermediary method_5901 Lnet/minecraft/class_1655;method_5901()Ljava/util/Set;
      named getNamespaces Lnet/minecraft/resource/ResourcePack;getNamespaces()Ljava/util/Set;
    • parseMetadata

      @Nullable public <T extends ResourceMetadataProvider> T parseMetadata(MetadataSerializer serializer, String key) throws IOException
      Specified by:
      parseMetadata in interface ResourcePack
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Lcer;a(Lcfg;Ljava/lang/String;)Lcfe;
      intermediary method_5898 Lnet/minecraft/class_1655;method_5898(Lnet/minecraft/class_1671;Ljava/lang/String;)Lnet/minecraft/class_1669;
      named parseMetadata Lnet/minecraft/resource/ResourcePack;parseMetadata(Lnet/minecraft/util/MetadataSerializer;Ljava/lang/String;)Lnet/minecraft/client/resource/ResourceMetadataProvider;
    • getIcon

      public BufferedImage getIcon() throws IOException
      Specified by:
      getIcon in interface ResourcePack
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Lcer;a()Ljava/awt/image/BufferedImage;
      intermediary method_5896 Lnet/minecraft/class_1655;method_5896()Ljava/awt/image/BufferedImage;
      named getIcon Lnet/minecraft/resource/ResourcePack;getIcon()Ljava/awt/image/BufferedImage;
    • getName

      public String getName()
      Specified by:
      getName in interface ResourcePack
      Mappings:
      Namespace Name Mixin selector
      official b Lcer;b()Ljava/lang/String;
      intermediary method_5899 Lnet/minecraft/class_1655;method_5899()Ljava/lang/String;
      named getName Lnet/minecraft/resource/ResourcePack;getName()Ljava/lang/String;