Uses of Class
com.ranull.graves.util.YAMLUtil.YamlParseError
Packages that use YAMLUtil.YamlParseError
-
Uses of YAMLUtil.YamlParseError in com.ranull.graves.util
Methods in com.ranull.graves.util that return YAMLUtil.YamlParseErrorModifier and TypeMethodDescriptionstatic @Nullable YAMLUtil.YamlParseErrorYAMLUtil.validateWithBukkit(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull File diskFile, @Nullable String jarResource) Validates a YAML file by attempting to load it through Bukkit'sYamlConfiguration.Methods in com.ranull.graves.util with parameters of type YAMLUtil.YamlParseErrorModifier and TypeMethodDescriptionstatic voidYAMLUtil.logParseError(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull String fileName, @NotNull YAMLUtil.YamlParseError err) Logs a formatted YAML parse error to the console.