Class StateId

Defines a state id for a BlockState.

StateId

Constructors

Properties

Methods

Constructors

Properties

The base for this state id.

Memberof

StateId

states: Map<string, string>

The states for this state id.

Memberof

StateId

Methods

  • Resets the state id to its default values.

    Returns void

    Memberof

    StateId

  • Resets the value of a state key to its default value.

    Parameters

    • key: string

    Returns void

  • Sets the value of a state key.

    Parameters

    • key: string
    • value: string

    Returns void

    Memberof

    StateId

Generated using TypeDoc