YmlParsingHelper

class YmlParsingHelper(var cs: ConfigurationSection)

Author

stumper66

Since

3.1.0

Constructors

Link copied to clipboard
constructor(cs: ConfigurationSection)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var cs: ConfigurationSection

Functions

Link copied to clipboard
fun getBoolean(name: String, defaultValue: Boolean): Boolean
Link copied to clipboard
fun getBoolean2(name: String, defaultValue: Boolean?): Boolean?
Link copied to clipboard
fun getDouble2(name: String, defaultValue: Double?): Double?
Link copied to clipboard
fun getFloat(name: String): Float
fun getFloat(name: String, defaultValue: Float): Float
Link copied to clipboard
fun getFloat2(name: String, defaultValue: Float?): Float?
Link copied to clipboard
fun getInt(name: String): Int
fun getInt(name: String, defaultValue: Int): Int
Link copied to clipboard
fun getInt2(name: String, defaultValue: Int?): Int?
Link copied to clipboard
fun getIntTimeUnit(name: String, defaultValue: Int?): Int?
Link copied to clipboard
fun getIntTimeUnitMS(name: String, defaultValue: Long?): Long?
Link copied to clipboard
Link copied to clipboard
fun getString(name: String): String?
fun getString(name: String, defaultValue: String?): String?
Link copied to clipboard
Link copied to clipboard
fun getStringOrList(cs: ConfigurationSection?, key: String): MutableList<String>
Link copied to clipboard
Link copied to clipboard
fun objToCS(path: String): ConfigurationSection?