ConfigSerializableInventoryDataType

object ConfigSerializableInventoryDataType : ConfigDataType<Array<ItemStack?>>

インベントリ。シリアライズを使用して保存・読込を行う。

Since

1.6.0

See also

Functions

get
Link copied to clipboard
open override fun get(config: CustomConfig, path: String, notFoundError: Boolean): Array<ItemStack?>?
コンフィグから値を取得する。
open fun get(config: CustomConfig, path: String, notFoundError: Boolean, default: Array<ItemStack?>): Array<ItemStack?>
コンフィグから値を取得するが、存在しない場合はデフォルトの値を利用する。
set
Link copied to clipboard
open override fun set(config: CustomConfig, path: String, value: Array<ItemStack?>?)

Properties

typeName
Link copied to clipboard
open override val typeName: String
データ型の名前。