public class PackMetadataSection
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private ITextComponent |
description |
private int |
packFormat |
static PackMetadataSectionSerializer |
SERIALIZER |
Constructor and Description |
---|
PackMetadataSection(ITextComponent packDescriptionIn,
int packFormatIn) |
Modifier and Type | Method and Description |
---|---|
ITextComponent |
getDescription() |
int |
getPackFormat() |
public static final PackMetadataSectionSerializer SERIALIZER
private final ITextComponent description
private final int packFormat
public PackMetadataSection(ITextComponent packDescriptionIn, int packFormatIn)
public ITextComponent getDescription()
public int getPackFormat()