Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HiveCluster

Abstract class for a hive cluster. Hive clusters group structures with related functionalities together in a single cohesive object

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • new HiveCluster(colony: Colony, instantiationObject: RoomObject, name: string, includePos?: boolean): HiveCluster

Properties

colony

colony: Colony

memory

memory: any

overlord

overlord: Overlord | undefined

pos

pos: RoomPosition

ref

ref: string

room

room: Room

Accessors

print

  • get print(): string

Methods

Abstract init

  • init(): void

Abstract refresh

  • refresh(): void

Abstract run

  • run(): void

Abstract spawnMoarOverlords

  • spawnMoarOverlords(): void

Generated using TypeDoc