Package net.minecraft.resource.metadata
Class PackResourceMetadata
java.lang.Object
net.minecraft.resource.metadata.PackResourceMetadata
public class PackResourceMetadata extends Object
- Mappings:
Namespace Name official ace
intermediary net/minecraft/class_3272
named net/minecraft/resource/metadata/PackResourceMetadata
-
Field Summary
Fields Modifier and Type Field Description private Text
description
private int
packFormat
static PackResourceMetadataReader
READER
-
Constructor Summary
Constructors Constructor Description PackResourceMetadata(Text description, int format)
-
Method Summary
Modifier and Type Method Description Text
getDescription()
int
getPackFormat()
-
Field Details
-
READER
- Mappings:
Namespace Name Mixin selector official a
Lace;a:Lacf;
intermediary field_14202
Lnet/minecraft/class_3272;field_14202:Lnet/minecraft/class_3274;
named READER
Lnet/minecraft/resource/metadata/PackResourceMetadata;READER:Lnet/minecraft/resource/metadata/PackResourceMetadataReader;
-
description
- Mappings:
Namespace Name Mixin selector official b
Lace;b:Loi;
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
Lace;c:I
intermediary field_14201
Lnet/minecraft/class_3272;field_14201:I
named packFormat
Lnet/minecraft/resource/metadata/PackResourceMetadata;packFormat:I
-
-
Constructor Details
-
PackResourceMetadata
- Mappings:
Namespace Name Mixin selector official <init>
Lace;<init>(Loi;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
- Mappings:
Namespace Name Mixin selector official a
Lace;a()Loi;
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
Lace;b()I
intermediary method_14424
Lnet/minecraft/class_3272;method_14424()I
named getPackFormat
Lnet/minecraft/resource/metadata/PackResourceMetadata;getPackFormat()I
-