public class FusionPackMetadataSection
extends java.lang.Object
implements net.minecraft.resources.data.IMetadataSectionSerializer<java.lang.String>
| Modifier and Type | Field and Description |
|---|---|
static FusionPackMetadataSection |
INSTANCE |
| Constructor and Description |
|---|
FusionPackMetadataSection() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
fromJson(com.google.gson.JsonObject json) |
java.lang.String |
getMetadataSectionName() |
public static final FusionPackMetadataSection INSTANCE
public java.lang.String getMetadataSectionName()
getMetadataSectionName in interface net.minecraft.resources.data.IMetadataSectionSerializer<java.lang.String>public java.lang.String fromJson(com.google.gson.JsonObject json)
fromJson in interface net.minecraft.resources.data.IMetadataSectionSerializer<java.lang.String>