Package net.minecraft.resources.data
Class PackMetadataSection
- java.lang.Object
-
- net.minecraft.resources.data.PackMetadataSection
-
public class PackMetadataSection extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private ITextComponent
description
private int
packFormat
static PackMetadataSectionSerializer
SERIALIZER
-
Constructor Summary
Constructors Constructor Description PackMetadataSection(ITextComponent p_i1034_1_, int p_i1034_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ITextComponent
getDescription()
int
getPackFormat()
-
-
-
Field Detail
-
SERIALIZER
public static final PackMetadataSectionSerializer SERIALIZER
-
description
private final ITextComponent description
-
packFormat
private final int packFormat
-
-
Constructor Detail
-
PackMetadataSection
public PackMetadataSection(ITextComponent p_i1034_1_, int p_i1034_2_)
-
-
Method Detail
-
getDescription
public ITextComponent getDescription()
-
getPackFormat
public int getPackFormat()
-
-