public static interface CommentedConfig.Entry extends Config.Entry, UnmodifiableCommentedConfig.Entry
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
removeComment()
Removes the entry's comment.
|
java.lang.String |
setComment(java.lang.String comment)
Sets the entry's comment.
|
setValuegetCommentgetByte, getByteOrElse, getChar, getCharOrElse, getInt, getIntOrElse, getKey, getLong, getLongOrElse, getOptional, getOptionalInt, getOptionalLong, getOrElse, getRawValue, getShort, getShortOrElse, getValue, isNulljava.lang.String setComment(java.lang.String comment)
comment - the comment to set, may contain several lines.null if none.java.lang.String removeComment()
null if none.