Package net.minecraft.resources.data
Class PackMetadataSectionSerializer
- java.lang.Object
-
- net.minecraft.resources.data.PackMetadataSectionSerializer
-
- All Implemented Interfaces:
IMetadataSectionSerializer<PackMetadataSection>
public class PackMetadataSectionSerializer extends java.lang.Object implements IMetadataSectionSerializer<PackMetadataSection>
-
-
Constructor Summary
Constructors Constructor Description PackMetadataSectionSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PackMetadataSection
fromJson(com.google.gson.JsonObject p_195812_1_)
java.lang.String
getMetadataSectionName()
-
-
-
Method Detail
-
fromJson
public PackMetadataSection fromJson(com.google.gson.JsonObject p_195812_1_)
- Specified by:
fromJson
in interfaceIMetadataSectionSerializer<PackMetadataSection>
-
getMetadataSectionName
public java.lang.String getMetadataSectionName()
- Specified by:
getMetadataSectionName
in interfaceIMetadataSectionSerializer<PackMetadataSection>
-
-