46 ::ll::TypedStorage<8, 8, ::RedstoneTorchCapacitor*> mNextOrder;
47 ::ll::TypedStorage<4, 4, int> mSelfPowerCount;
48 ::ll::TypedStorage<1, 6, ::RedstoneTorchCapacitor::State[2]> mState;
49 ::ll::TypedStorage<1, 1, bool> mCanReigniteFromBurnout;
50 ::ll::TypedStorage<8, 8, ::CircuitComponentType const> mCircuitComponentType;
60 virtual uchar getPoweroutDirection() const ;
67 virtual
bool addSource(
71 bool& bDirectlyPowered
84 virtual
int getStrength() const ;
87 virtual
bool isHalfPulse() const ;
90 virtual ::CircuitComponentType getCircuitComponentType() const ;
93 virtual ::RedstoneLogicExecutionFlags getLogicExecutionFlags() const ;
102 MCAPI
int _findStrongestStrength(::
BlockPos const& targetPos, ::
CircuitSystem&,
bool& bPowerFromSelf);
108 MCFOLD uchar $getPoweroutDirection() const;
121 MCAPI
int $getStrength() const;
123 MCAPI
bool $isHalfPulse() const;
125 MCAPI ::CircuitComponentType $getCircuitComponentType() const;
127 MCFOLD ::RedstoneLogicExecutionFlags $getLogicExecutionFlags() const;
135 MCAPI static
void** $vftable();