Package net.mcreator.util
Class YamlUtil
java.lang.Object
net.mcreator.util.YamlUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.snakeyaml.engine.v2.api.LoadSettings
Returns simple SnakeYAML load settings that mimic YAMLBeans behavior and also make parsing more lightweight and faster.
-
Constructor Details
-
YamlUtil
public YamlUtil()
-
-
Method Details
-
getSimpleLoadSettings
public static org.snakeyaml.engine.v2.api.LoadSettings getSimpleLoadSettings()Returns simple SnakeYAML load settings that mimic YAMLBeans behavior and also make parsing more lightweight and faster.- Returns:
- Simple SnakeYAML load settings
-