Banner

A banner.

Properties

Link copied to clipboard
abstract val baseColor: DyeColor

The base colour of this banner.

Link copied to clipboard
abstract val block: Block

The block that this entity is bound to.

Link copied to clipboard
abstract var displayName: Component

The display name of the block entity.

Link copied to clipboard
abstract val patterns: List<BannerPattern>

The patterns that are on this banner.

Link copied to clipboard
abstract val position: Vec3i

The position of this block entity.

Link copied to clipboard
abstract val type: BlockEntityType<*>

The type of this block entity.

Link copied to clipboard
abstract val world: World

The world this block entity is in.