public class LevelsSectionParser extends SectionParser<LevelingRate>
debugger
Constructor and Description |
---|
LevelsSectionParser() |
Modifier and Type | Method and Description |
---|---|
LevelingRate |
parse(org.bukkit.configuration.ConfigurationSection input,
java.lang.String sectionName)
Transforms a configuration object, represented by a key, into an object.
|
getDebugger, isCollectExceptions, setDebugger
public LevelingRate parse(org.bukkit.configuration.ConfigurationSection input, java.lang.String sectionName) throws ParsingException
ConfigurationParser
parse
in class ConfigurationParser<LevelingRate>
input
- - the configuration section in which the object is stored.sectionName
- - the key of the configuration object.ParsingException
- An error occurred during the parsing.