Class BoolBlockPropertyBeta

Contains the state of a boolean-based property for a BlockPermutation.

Hierarchy

Constructors

Properties

Constructors

Properties

name: string

The name of this property.

validValues: boolean[]

A list of valid values for this property.

value: boolean

The current value of this property.

Throws

Setting this property can throw if the value passed is not valid for the property. Use validValues to check allowed values.