Config Serializable Inventory Data Type
object ConfigSerializableInventoryDataType : ConfigDataType<Array<ItemStack?>>
Content copied to clipboard
インベントリ。シリアライズを使用して保存・読込を行う。
Since
1.6.0
See also
Functions
set
Link copied to clipboard
open override fun set(config: CustomConfig, path: String, value: Array<ItemStack?>?)
Content copied to clipboard