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