Package | Description |
---|---|
ninja.leaping.configurate.yaml |
Modifier and Type | Method and Description |
---|---|
static YAMLConfigurationLoader.Builder |
YAMLConfigurationLoader.builder() |
YAMLConfigurationLoader.Builder |
YAMLConfigurationLoader.Builder.setFlowStyle(org.yaml.snakeyaml.DumperOptions.FlowStyle style)
Sets the flow style for this configuration
Flow: the compact, json-like representation.
Example:
{value: [list, of, elements], another: value}
Block: expanded, traditional YAMLExample:
value:
- list
- of
- elements
another: value
|
YAMLConfigurationLoader.Builder |
YAMLConfigurationLoader.Builder.setIndent(int indent) |
Copyright © 2014–2017. All rights reserved.