ConfigSerializableItemStackDataType

object ConfigSerializableItemStackDataType : ConfigDataType<ItemStack>

アイテムスタック。シリアライズを使用して保存・読込を行う。

Since

1.6.0

See also

Functions

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

Properties

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