22    ::ll::TypedStorage<4, 4, int>                          mNextStrength;
 
   23    ::ll::TypedStorage<8, 8, ::CircuitComponentType const> mCircuitComponentType;
 
   33    virtual bool addSource(
 
   37        bool&                        bDirectlyPowered
 
   45    virtual bool canConsumerPower() 
const ;
 
   48    virtual ::RedstoneLogicExecutionFlags getLogicExecutionFlags() 
const ;
 
   54    virtual ::CircuitComponentType getCircuitComponentType() 
const ;
 
   70    MCFOLD 
bool $canConsumerPower() 
const;
 
   72    MCFOLD ::RedstoneLogicExecutionFlags $getLogicExecutionFlags() 
const;
 
   76    MCFOLD ::CircuitComponentType $getCircuitComponentType() 
const;
 
   82    MCAPI 
static void** $vftable();