Config Item Stack Data Type
class ConfigItemStackDataType(itemConverter: ConfigItemConverter) : ConfigDataType<ItemStack>
Content copied to clipboard
アイテムスタック。ConfigItemConverter を使用して保存・読込を行う。
Since
1.7.0
See also
Constructors
ConfigItemStackDataType
Link copied to clipboard
Functions
get
Link copied to clipboard
open override fun get(config: CustomConfig, path: String, notFoundError: Boolean): ItemStack?
Content copied to clipboard
open fun get(config: CustomConfig, path: String, notFoundError: Boolean, default: ItemStack): ItemStack
Content copied to clipboard
set
Link copied to clipboard
open override fun set(config: CustomConfig, path: String, value: ItemStack?)
Content copied to clipboard