EasySpigotAPI
/
com.github.syari.spigot.api.config.type.data.list
/
ConfigStringListDataType
Config
String
List
Data
Type
object
ConfigStringListDataType
:
ConfigDataType
<
List
<
String
>>
Content copied to clipboard
文字列型のリスト。
Since
1.3.0
Functions
Properties
See also
See also
com.github.syari.spigot.api.config.type.ConfigDataType.Companion
Functions
get
Link copied to clipboard
open override fun
get
(config:
CustomConfig
, path:
String
, notFoundError:
Boolean
):
List
<
String
>
Content copied to clipboard
コンフィグから値を取得する。
open fun
get
(config:
CustomConfig
, path:
String
, notFoundError:
Boolean
, default:
List
<
String
>):
List
<
String
>
Content copied to clipboard
コンフィグから値を取得するが、存在しない場合はデフォルトの値を利用する。
set
Link copied to clipboard
open override fun
set
(config:
CustomConfig
, path:
String
, value:
List
<
String
>?)
Content copied to clipboard
Properties
typeName
Link copied to clipboard
open override val
typeName
:
String
Content copied to clipboard
データ型の名前。