LazyBlock

data class LazyBlock(val world: String, val x: Int, val y: Int, val z: Int)

Block to lazily retrieve the world

Since

1.0.0

See also

Block

Constructors

Link copied to clipboard
constructor(world: String, x: Int, y: Int, z: Int)

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Serializer of LazyBlock separated by commas.

Properties

Link copied to clipboard
Link copied to clipboard
val x: Int
Link copied to clipboard
val y: Int
Link copied to clipboard
val z: Int

Functions

Link copied to clipboard
fun get(): Block?

Get Block. If the world does not exist, returns null.