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& bPowerFromSelf,
bool&);
114 MCFOLD uchar $getPoweroutDirection() const;
127 MCAPI
int $getStrength() const;
129 MCAPI
bool $isHalfPulse() const;
131 MCAPI ::CircuitComponentType $getCircuitComponentType() const;
133 MCFOLD ::RedstoneLogicExecutionFlags $getLogicExecutionFlags() const;
141 MCAPI static
void** $vftable();