ConfigInventoryDataType

class ConfigInventoryDataType(itemConverter: ConfigItemConverter) : ConfigDataType<Map<Int, ItemStack>>

インベントリ。ConfigItemConverter を使用して保存・読込を行う。

Since

1.7.0

See also

Constructors

ConfigInventoryDataType
Link copied to clipboard
fun ConfigInventoryDataType(itemConverter: ConfigItemConverter)

Functions

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

Properties

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