Config Potion Effect Type Data Type
object ConfigPotionEffectTypeDataType : ConfigDataType<PotionEffectType>
Content copied to clipboard
ポーションエフェクトの種類。
Since
1.5.0
See also
Functions
get
Link copied to clipboard
open override fun get(config: CustomConfig, path: String, notFoundError: Boolean): PotionEffectType?
Content copied to clipboard
open fun get(config: CustomConfig, path: String, notFoundError: Boolean, default: PotionEffectType): PotionEffectType
Content copied to clipboard
potionEffectTypeToString
Link copied to clipboard
set
Link copied to clipboard
open override fun set(config: CustomConfig, path: String, value: PotionEffectType?)
Content copied to clipboard
stringToPotionEffectType
Link copied to clipboard