TOutput
- - output type.public abstract class ConfigurationParser<TOutput>
extends java.lang.Object
Constructor and Description |
---|
ConfigurationParser() |
public abstract TOutput parse(org.bukkit.configuration.ConfigurationSection input, java.lang.String key) throws ParsingException
input
- - the configuration section in which the object is stored.key
- - the key of the configuration object.ParsingException
- An error occurred during the parsing.