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

public class ListItemComment extends Comment
  • Field Details

    • CODEC

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

    • ListItemComment

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