Class PackResourceMetadata

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

public class PackResourceMetadata
extends Object
  • Field Details

    • READER

      public static final PackResourceMetadataReader READER
    • description

      private final Text description
    • packFormat

      private final int packFormat
  • Constructor Details

    • PackResourceMetadata

      public PackResourceMetadata​(Text description, int format)
  • Method Details

    • getDescription

      public Text getDescription()
    • getPackFormat

      public int getPackFormat()