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