MineBlock

data class MineBlock(val block: Material, val from: Int, val to: Int)

A block that can be generated in a mine inside the blockArea.

Author

MarkusTieger

Since

0.2.0

Parameters

block

The block that will be generated

from

The smallest value for this block to generate from the random generator.

to

The highest value for this block to generate from the random generator.

Constructors

Link copied to clipboard
constructor(block: Material, from: Int, to: Int)

Properties

Link copied to clipboard
val block: Material
Link copied to clipboard
val from: Int
Link copied to clipboard
val to: Int