BlockType

data class BlockType(val item: ItemStack?, val matchTypeOnly: Boolean) : Condition

Constructors

Link copied to clipboard
constructor(item: ItemStack?, matchTypeOnly: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "match_type_only")
val matchTypeOnly: Boolean