Class PackResourceMetadata

java.lang.Object
net.minecraft.resource.metadata.PackResourceMetadata

public class PackResourceMetadata extends Object
Mappings:
Namespace Name
official ajg
intermediary net/minecraft/class_3272
named net/minecraft/resource/metadata/PackResourceMetadata
  • Field Details

    • SERIALIZER

      public static final ResourceMetadataSerializer<PackResourceMetadata> SERIALIZER
      Mappings:
      Namespace Name Mixin selector
      official a Lajg;a:Lajf;
      intermediary field_14202 Lnet/minecraft/class_3272;field_14202:Lnet/minecraft/class_7677;
      named SERIALIZER Lnet/minecraft/resource/metadata/PackResourceMetadata;SERIALIZER:Lnet/minecraft/resource/metadata/ResourceMetadataSerializer;
    • description

      private final Text description
      Mappings:
      Namespace Name Mixin selector
      official b Lajg;b:Lss;
      intermediary field_14203 Lnet/minecraft/class_3272;field_14203:Lnet/minecraft/class_2561;
      named description Lnet/minecraft/resource/metadata/PackResourceMetadata;description:Lnet/minecraft/text/Text;
    • packFormat

      private final int packFormat
      Mappings:
      Namespace Name Mixin selector
      official c Lajg;c:I
      intermediary field_14201 Lnet/minecraft/class_3272;field_14201:I
      named packFormat Lnet/minecraft/resource/metadata/PackResourceMetadata;packFormat:I
  • Constructor Details

    • PackResourceMetadata

      public PackResourceMetadata(Text description, int format)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lajg;<init>(Lss;I)V
      intermediary <init> Lnet/minecraft/class_3272;<init>(Lnet/minecraft/class_2561;I)V
      named <init> Lnet/minecraft/resource/metadata/PackResourceMetadata;<init>(Lnet/minecraft/text/Text;I)V
  • Method Details

    • getDescription

      public Text getDescription()
      Mappings:
      Namespace Name Mixin selector
      official a Lajg;a()Lss;
      intermediary method_14423 Lnet/minecraft/class_3272;method_14423()Lnet/minecraft/class_2561;
      named getDescription Lnet/minecraft/resource/metadata/PackResourceMetadata;getDescription()Lnet/minecraft/text/Text;
    • getPackFormat

      public int getPackFormat()
      Mappings:
      Namespace Name Mixin selector
      official b Lajg;b()I
      intermediary method_14424 Lnet/minecraft/class_3272;method_14424()I
      named getPackFormat Lnet/minecraft/resource/metadata/PackResourceMetadata;getPackFormat()I