ConfigPotionEffectTypeDataType

object ConfigPotionEffectTypeDataType : ConfigDataType<PotionEffectType>

ポーションエフェクトの種類。

Since

1.5.0

See also

Functions

get
Link copied to clipboard
open override fun get(config: CustomConfig, path: String, notFoundError: Boolean): PotionEffectType?
コンフィグから値を取得する。
open fun get(config: CustomConfig, path: String, notFoundError: Boolean, default: PotionEffectType): PotionEffectType
コンフィグから値を取得するが、存在しない場合はデフォルトの値を利用する。
potionEffectTypeToString
Link copied to clipboard
fun potionEffectTypeToString(value: PotionEffectType): String
PotionEffectTypeString に変換する。
set
Link copied to clipboard
open override fun set(config: CustomConfig, path: String, value: PotionEffectType?)
コンフィグの値を変更する。
stringToPotionEffectType
Link copied to clipboard
fun stringToPotionEffectType(value: String): PotionEffectType?
StringPotionEffectType に変換する。

Properties

typeName
Link copied to clipboard
open override val typeName: String
データ型の名前。