21 ::ll::TypedStorage<1, 1, bool> mPowered;
22 ::ll::TypedStorage<1, 1, bool> mNewPowered;
23 ::ll::TypedStorage<8, 8, ::CircuitComponentType const> mCircuitComponentType;
30 virtual bool canConsumePowerAnyDirection()
const ;
33 virtual bool canConsumerPower()
const ;
40 virtual uchar getPoweroutDirection()
const ;
46 virtual void setStrength(
int strength) ;
49 virtual int getStrength()
const ;
52 virtual ::CircuitComponentType getCircuitComponentType()
const ;
61 MCFOLD
bool $canConsumePowerAnyDirection()
const;
63 MCFOLD
bool $canConsumerPower()
const;
67 MCFOLD uchar $getPoweroutDirection()
const;
71 MCAPI
void $setStrength(
int strength);
73 MCFOLD
int $getStrength()
const;
75 MCFOLD ::CircuitComponentType $getCircuitComponentType()
const;
81 MCAPI
static void** $vftable();