SerenityJS
    Preparing search index...

    Interface AcaciaFenceGateBlock

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

    Properties

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