Class FusionMetadataSection

java.lang.Object
com.supermartijn642.fusion.texture.FusionMetadataSection
All Implemented Interfaces:
net.minecraft.server.packs.metadata.MetadataSectionSerializer<Pair<TextureType<Object>,Object>>

public class FusionMetadataSection extends Object implements net.minecraft.server.packs.metadata.MetadataSectionSerializer<Pair<TextureType<Object>,Object>>
Created 26/04/2023 by SuperMartijn642
  • Field Details

  • Constructor Details

    • FusionMetadataSection

      public FusionMetadataSection()
  • Method Details

    • getMetadataSectionName

      public String getMetadataSectionName()
      Specified by:
      getMetadataSectionName in interface net.minecraft.server.packs.metadata.MetadataSectionSerializer<Pair<TextureType<Object>,Object>>
    • fromJson

      public Pair<TextureType<Object>,Object> fromJson(com.google.gson.JsonObject json)
      Specified by:
      fromJson in interface net.minecraft.server.packs.metadata.MetadataSectionSerializer<Pair<TextureType<Object>,Object>>