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