Class Comment
java.lang.Object
com.blamejared.crafttweaker.annotation.processor.document.model.comment.Comment
- Direct Known Subclasses:
BoldComment,CodeComment,ItalicsComment,LinkComment,ListComment,ListItemComment,NewlineComment,ParagraphComment,PlaintextComment,RootComment
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CODEC
-
-
Constructor Details
-
Comment
-
-
Method Details
-
kind
-
isEmpty
public boolean isEmpty() -
collapse
Attempts to collapse multiple comments of the same type into a single comment -
merge
Merges multiple comments into a single comment of the same type, or a list comment if differing types
-