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

public class ParagraphComment extends Comment
  • Field Details

    • CODEC

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

    • ParagraphComment

      public ParagraphComment(List<Comment> content)
  • Method Details