DecorationItem

class DecorationItem(material: Material, displayName: String? = null) : GuiItem

クリック不可の装飾アイテム

Parameters

material

アイテムのマテリアル

displayName

表示名 (null の場合は空白)

Constructors

Link copied to clipboard
constructor(material: Material, displayName: String? = null)

Functions

Link copied to clipboard
open override fun toInvUiItem(): Item

InvUI の Item に変換する