Class FusionPackMetadataSection

java.lang.Object
com.supermartijn642.fusion.resources.FusionPackMetadataSection
All Implemented Interfaces:
net.minecraft.server.packs.metadata.MetadataSectionSerializer<String>

public class FusionPackMetadataSection extends Object implements net.minecraft.server.packs.metadata.MetadataSectionSerializer<String>
Created 19/10/2023 by SuperMartijn642
  • Field Details

  • Constructor Details

    • FusionPackMetadataSection

      public FusionPackMetadataSection()
  • Method Details

    • getMetadataSectionName

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

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