package net.minecraft.client.resources.data; import com.google.gson.JsonDeserializer; public interface IMetadataSectionSerializer extends JsonDeserializer { /** * The name of this section type as it appears in JSON. */ String getSectionName(); }