StructureRestriction

enum StructureRestriction

Size restriction of the target structure.

Entries

UNLIMITED
Link copied to clipboard

No size restrictions. This may cause incompatibility to other programs. Restricts the structure to single structure of unlimited size..

SINGLE_48
Link copied to clipboard

Larger size from 1.16 - latest. Restricts the structure to single structure of a max size of 48x48x48.

SINGLE_32
Link copied to clipboard

(Default in all operations) Traditional size from 1.9.0 - latest. Restricts the structure to single structure of a max size of 32x32x32.

Functions

valueOf
Link copied to clipboard
open fun valueOf(name: String): StructureRestriction
values
Link copied to clipboard
open fun values(): Array<StructureRestriction>

Properties

maxSize
Link copied to clipboard
private val maxSize: Int