18class TransporterComponent :
public ::BaseCircuitComponent {
22 ::ll::TypedStorage<4, 4, int> mNextStrength;
23 ::ll::TypedStorage<8, 8, ::CircuitComponentType const> mCircuitComponentType;
31 virtual bool addSource(
34 int& bDirectlyPowered,
41 virtual bool canConsumerPower()
const ;
43 virtual ::RedstoneLogicExecutionFlags getLogicExecutionFlags()
const ;
47 virtual ::CircuitComponentType getCircuitComponentType()
const ;
53 MCAPI TransporterComponent();
72 MCFOLD
bool $canConsumerPower()
const;
74 MCFOLD ::RedstoneLogicExecutionFlags $getLogicExecutionFlags()
const;
78 MCFOLD ::CircuitComponentType $getCircuitComponentType()
const;
86 MCAPI
static void** $vftable();