Class FusionTextureMetadataSection

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

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

  • Constructor Details

    • FusionTextureMetadataSection

      public FusionTextureMetadataSection()
  • 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>>