SerenityJS
    Preparing search index...

    Interface BirchFenceGateBlock

    interface BirchFenceGateBlock {
        direction?: number;
        in_wall_bit?: boolean;
        open_bit?: boolean;
    }
    Index

    Properties

    direction?: number
    in_wall_bit?: boolean
    open_bit?: boolean