BeaconProperties

data class BeaconProperties(commonProperties: ICommonProperties, val level: Int) : ICommonProperties, IBeaconProperties(source)

Implementation of IBeaconProperties for beacons.

Constructors

Link copied to clipboard
constructor(commonProperties: ICommonProperties, level: Int)

Properties

Link copied to clipboard
open override val level: Int

Gets the level of the beacon.

Inherited properties

Link copied to clipboard
open override val biome: Identifier

Biome the container is in.

Link copied to clipboard
open override val date: LocalDate

The current date.

Link copied to clipboard
open override val height: Int

Y-coordinate of the container.

Link copied to clipboard
open override val name: String?

Custom container name (renamed with an anvil or with a name tag).

Functions

Link copied to clipboard
open override fun writeSelectors(appendSelector: BiConsumer<String, String>)