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

public class LinkComment extends Comment
  • Field Details

    • CODEC

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

    • LinkComment

      public LinkComment(String to, List<Comment> content, boolean plain)
  • Method Details