BeaconProperties

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

Beacon OptiFine container properties.

Parameters

level

The level of a beacon

Constructors

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

Properties

Link copied to clipboard
open override val biome: Identifier?
Link copied to clipboard
open override val height: Int
Link copied to clipboard
val level: Int
Link copied to clipboard
open override val name: String?