GeneralProperties

data class GeneralProperties(val name: String?, val biome: Identifier, val height: Int) : IGeneralProperties(source)

Default implementation of IGeneralProperties.

Constructors

Link copied to clipboard
constructor(name: String?, biome: Identifier, height: Int)

Properties

Link copied to clipboard
open override val biome: Identifier

Biome the container is in.

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).

Inherited functions

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