BannerPattern

interface BannerPattern

A pattern for a banner. These are immutable, and may be reused.

Types

Link copied to clipboard
object Companion
Link copied to clipboard
@ApiStatus.Internal
interface Factory

Properties

Link copied to clipboard
@get:JvmName(name = "color")
abstract val color: DyeColor

The colour of this banner pattern.

Link copied to clipboard
@get:JvmName(name = "type")
abstract val type: BannerPatternType

The type of this banner pattern.