EasySpigotAPI
/
com.github.syari.spigot.api.config.type.data.list
/
ConfigUUIDListDataType
Config
U
U
I
D
List
Data
Type
object
ConfigUUIDListDataType
:
ConfigDataType
<
List
<
UUID
>>
Content copied to clipboard
UUIDのリスト。
Since
1.3.4
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
<
UUID
>
Content copied to clipboard
コンフィグから値を取得する。
open fun
get
(config:
CustomConfig
, path:
String
, notFoundError:
Boolean
, default:
List
<
UUID
>):
List
<
UUID
>
Content copied to clipboard
コンフィグから値を取得するが、存在しない場合はデフォルトの値を利用する。
set
Link copied to clipboard
open override fun
set
(config:
CustomConfig
, path:
String
, value:
List
<
UUID
>?)
Content copied to clipboard
コンフィグの値を変更する。
Properties
typeName
Link copied to clipboard
open override val
typeName
:
String
Content copied to clipboard
データ型の名前。