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

public class RootComment extends Comment
  • Field Details

    • CODEC

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

    • RootComment

      public RootComment(List<Comment> children)
    • RootComment

      public RootComment(Comment child)
  • Method Details