Interface MetadataSectionType<T>

All Superinterfaces:
MetadataSectionSerializer<T>

public interface MetadataSectionType<T> extends MetadataSectionSerializer<T>
  • Method Details

    • toJson

      com.google.gson.JsonObject toJson(T p_249140_)
    • fromCodec

      static <T> MetadataSectionType<T> fromCodec(String p_249716_, com.mojang.serialization.Codec<T> p_249525_)