类 PackMetadataSectionSerializer
java.lang.Object
net.minecraft.server.packs.metadata.pack.PackMetadataSectionSerializer
public class PackMetadataSectionSerializer
extends Object
implements MetadataSectionType<PackMetadataSection>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明fromJson
(com.google.gson.JsonObject pJson) com.google.gson.JsonObject
toJson
(PackMetadataSection pData)
-
构造器详细资料
-
PackMetadataSectionSerializer
public PackMetadataSectionSerializer()
-
-
方法详细资料
-
fromJson
- 指定者:
fromJson
在接口中MetadataSectionSerializer<PackMetadataSection>
-
toJson
- 指定者:
toJson
在接口中MetadataSectionType<PackMetadataSection>
-
getMetadataSectionName
-