public class DataMetadataSection
extends java.lang.Object
implements net.minecraft.client.resources.data.IMetadataSection
Modifier and Type | Field and Description |
---|---|
com.google.gson.JsonObject |
data |
static net.minecraft.client.resources.data.IMetadataSectionSerializer<DataMetadataSection> |
DESERIALISER |
static java.lang.String |
SECTION_NAME |
Constructor and Description |
---|
DataMetadataSection(com.google.gson.JsonObject data) |
public static final java.lang.String SECTION_NAME
public final com.google.gson.JsonObject data
public static final net.minecraft.client.resources.data.IMetadataSectionSerializer<DataMetadataSection> DESERIALISER