ConfigIntSectionType

object ConfigIntSectionType : ConfigSectionType<Int>

整数型。

Since

1.3.0

See also

Functions

parse
Link copied to clipboard
open override fun parse(config: CustomConfig, path: String, value: String): Int?
文字列を Int に変換する。

Properties

typeName
Link copied to clipboard
open override val typeName: String
データ型の名前。