Class TextureTypeMetadataSection.Serializer

java.lang.Object
foundry.veil.api.client.render.texture.TextureTypeMetadataSection.Serializer
All Implemented Interfaces:
net.minecraft.server.packs.metadata.MetadataSectionSerializer<TextureTypeMetadataSection>
Enclosing class:
TextureTypeMetadataSection

public static class TextureTypeMetadataSection.Serializer extends Object implements net.minecraft.server.packs.metadata.MetadataSectionSerializer<TextureTypeMetadataSection>
  • Constructor Details

    • Serializer

      public Serializer()
  • Method Details

    • fromJson

      public TextureTypeMetadataSection fromJson(@NotNull @NotNull com.google.gson.JsonObject json)
      Specified by:
      fromJson in interface net.minecraft.server.packs.metadata.MetadataSectionSerializer<TextureTypeMetadataSection>
    • getMetadataSectionName

      @NotNull public @NotNull String getMetadataSectionName()
      Specified by:
      getMetadataSectionName in interface net.minecraft.server.packs.metadata.MetadataSectionSerializer<TextureTypeMetadataSection>