Config Serializable Item Stack Data Type
アイテムスタック。シリアライズを使用して保存・読込を行う。
Since
1.6.0
See also
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