SerenityJS
    Preparing search index...

    Interface BlockEntry

    interface BlockEntry {
        dynamicProperties: [string, JSONLikeValue][];
        identifier: BlockIdentifier;
        nbtProperties: string;
        permutation: number;
        position: [number, number, number];
        traits: string[];
        [key: string]: JSONLikeValue;
    }

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    dynamicProperties: [string, JSONLikeValue][]

    The dynamic properties attached to the block.

    identifier: BlockIdentifier

    The identifier of the block.

    nbtProperties: string

    The nbt data serialized as a base64 string.

    permutation: number

    The permutation of the block.

    position: [number, number, number]

    The position of the block.

    traits: string[]

    The traits attached to the block.