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

public class CodeComment extends Comment
  • Field Details

    • CODEC

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

    • CodeComment

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