EasySpigotAPI
/
com.github.syari.spigot.api.config.type
/
ConfigSectionType
Config
Section
Type
interface
ConfigSectionType
<
T
>
Content copied to clipboard
コンフィグセクションタイプ
Since
1.3.0
Types
Functions
Properties
Parameters
Inheritors
Parameters
T
データ型
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
定義済みのコンフィグセクションタイプの一覧。
Functions
parse
Link copied to clipboard
abstract fun
parse
(config:
CustomConfig
, path:
String
, value:
String
):
T
?
Content copied to clipboard
文字列を任意の型に変換する。
Properties
typeName
Link copied to clipboard
abstract val
typeName
:
String
Content copied to clipboard
データ型の名前。
Inheritors
ConfigIntSectionType
Link copied to clipboard