| Package | Description |
|---|---|
| ninja.leaping.configurate.commented |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleCommentedConfigurationNode
Represents a configuration node containing comments
|
| Modifier and Type | Method and Description |
|---|---|
CommentedConfigurationNode |
CommentedConfigurationNode.getAppendedNode() |
CommentedConfigurationNode |
CommentedConfigurationNode.getNode(Object... path) |
CommentedConfigurationNode |
CommentedConfigurationNode.getParent() |
CommentedConfigurationNode |
CommentedConfigurationNode.mergeValuesFrom(ConfigurationNode other) |
CommentedConfigurationNode |
CommentedConfigurationNode.setComment(String comment)
Sets the comment for this configuration.
|
CommentedConfigurationNode |
CommentedConfigurationNode.setValue(Object value) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends CommentedConfigurationNode> |
CommentedConfigurationNode.getChildrenList() |
Map<Object,? extends CommentedConfigurationNode> |
CommentedConfigurationNode.getChildrenMap() |
Copyright © 2014–2017. All rights reserved.