MaterialsShopItem

素材カテゴリーのアイテム定義

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val bulkPurchaseEnabled: Boolean

64個まとめ買いを許可するか

Link copied to clipboard
open override val category: ShopCategory

所属カテゴリー

Link copied to clipboard
open override val customItemId: String?

カスタムアイテムのID(バニラアイテムの場合は null)

Link copied to clipboard
open override val description: List<String>

アイテムの説明(lore として表示)

Link copied to clipboard
open override val displayName: String

日本語の表示名

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
open override val material: Material

販売するマテリアル(カスタムアイテムの場合はベースマテリアル)

Link copied to clipboard
open override val price: ULong

販売価格 (Rune)

Link copied to clipboard
open override val rarity: ShopItemRarity

レア度

Functions

Link copied to clipboard
open override fun createPurchaseItemStack(amount: Int): ItemStack

購入時に渡す ItemStack を生成する

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.