Package net.minecraft.client.resource
Class ResourcePackMetadata
java.lang.Object
net.minecraft.client.resource.ResourcePackMetadata
- All Implemented Interfaces:
ResourceMetadataProvider
@Environment(CLIENT) public class ResourcePackMetadata extends Object implements ResourceMetadataProvider
- Mappings:
Namespace Name official bojintermediary net/minecraft/class_1284named net/minecraft/client/resource/ResourcePackMetadata
-
Field Summary
Fields Modifier and Type Field Description private Textdescriptionprivate intformat -
Constructor Summary
Constructors Constructor Description ResourcePackMetadata(Text description, int format) -
Method Summary
Modifier and Type Method Description TextgetDescription()intgetPackFormat()
-
Field Details
-
description
- Mappings:
Namespace Name Mixin selector official aLboj;a:Leu;intermediary field_5325Lnet/minecraft/class_1284;field_5325:Lnet/minecraft/class_1444;named descriptionLnet/minecraft/client/resource/ResourcePackMetadata;description:Lnet/minecraft/text/Text;
-
format
private final int format- Mappings:
Namespace Name Mixin selector official bLboj;b:Iintermediary field_5326Lnet/minecraft/class_1284;field_5326:Inamed formatLnet/minecraft/client/resource/ResourcePackMetadata;format:I
-
-
Constructor Details
-
ResourcePackMetadata
- Mappings:
Namespace Name Mixin selector official <init>Lboj;<init>(Leu;I)Vintermediary <init>Lnet/minecraft/class_1284;<init>(Lnet/minecraft/class_1444;I)Vnamed <init>Lnet/minecraft/client/resource/ResourcePackMetadata;<init>(Lnet/minecraft/text/Text;I)V
-
-
Method Details
-
getDescription
- Mappings:
Namespace Name Mixin selector official aLboj;a()Leu;intermediary method_4444Lnet/minecraft/class_1284;method_4444()Lnet/minecraft/class_1444;named getDescriptionLnet/minecraft/client/resource/ResourcePackMetadata;getDescription()Lnet/minecraft/text/Text;
-
getPackFormat
public int getPackFormat()- Mappings:
Namespace Name Mixin selector official bLboj;b()Iintermediary method_4445Lnet/minecraft/class_1284;method_4445()Inamed getPackFormatLnet/minecraft/client/resource/ResourcePackMetadata;getPackFormat()I
-