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