java.lang.Object
com.blamejared.crafttweaker.annotation.processor.document.model.comment.Comment
com.blamejared.crafttweaker.annotation.processor.document.model.comment.ListComment

public class ListComment extends Comment
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<ListComment> CODEC
  • Constructor Details

    • ListComment

      public ListComment(List<Comment> contents)
  • Method Details