Class YamlConfigurationFormat
java.lang.Object
org.spongepowered.configurate.loader.AbstractConfigurationFormat<CommentedConfigurationNode,YamlConfigurationLoader,YamlConfigurationLoader.Builder>
  
org.spongepowered.configurate.yaml.YamlConfigurationFormat
- All Implemented Interfaces:
- ConfigurationFormat
public class YamlConfigurationFormat
extends AbstractConfigurationFormat<CommentedConfigurationNode,YamlConfigurationLoader,YamlConfigurationLoader.Builder>  
A 
ConfigurationFormat for the YAML configuration loader.
 This format should not be used directly, but instead accessed
 through methods on ConfigurationFormat.
- Since:
- 4.2.0
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.spongepowered.configurate.loader.AbstractConfigurationFormatcreate, create, create, create, id, supportedExtensions
- 
Constructor Details- 
YamlConfigurationFormatpublic YamlConfigurationFormat()For use by service loader only.- Since:
- 4.2.0
 
 
-