screeps-simple-api
    Preparing search index...

    Interface Extractor

    interface Extractor {
        _id: string;
        cooldown: number;
        hits: number;
        hitsMax: number;
        notifyWhenAttacked: boolean;
        room: string;
        type: "extractor";
        user: string;
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _id: string
    cooldown: number
    hits: number
    hitsMax: number
    notifyWhenAttacked: boolean
    room: string
    type: "extractor"
    user: string
    x: number
    y: number