Config Entity Type Data Type
エンティティの種類。
Since
1.5.0
See also
Functions
get
Link copied to clipboard
open override fun get(config: CustomConfig, path: String, notFoundError: Boolean): EntityType?
Content copied to clipboard
open fun get(config: CustomConfig, path: String, notFoundError: Boolean, default: EntityType): EntityType
Content copied to clipboard
set
Link copied to clipboard
open override fun set(config: CustomConfig, path: String, value: EntityType?)
Content copied to clipboard
stringToEnum
Link copied to clipboard