31 ::ll::TypedStorage<1, 1, bool> mOn;
32 ::ll::TypedStorage<1, 1, bool> mHalfFrame;
33 ::ll::TypedStorage<1, 1, bool> mChanged;
40 ::ll::TypedStorage<8, 8, ::RedstoneTorchCapacitor*> mNextOrder;
41 ::ll::TypedStorage<4, 4, int> mSelfPowerCount;
42 ::ll::TypedStorage<1, 6, ::RedstoneTorchCapacitor::State[2]> mState;
43 ::ll::TypedStorage<1, 1, bool> mCanReigniteFromBurnout;
44 ::ll::TypedStorage<8, 8, ::CircuitComponentType const> mCircuitComponentType;
52 virtual uchar getPoweroutDirection() const ;
57 virtual
bool addSource(
61 bool& bDirectlyPowered
70 virtual
int getStrength() const ;
72 virtual
bool isHalfPulse() const ;
74 virtual ::CircuitComponentType getCircuitComponentType() const ;
76 virtual ::RedstoneLogicExecutionFlags getLogicExecutionFlags() const ;
84 MCAPI
int _findStrongestStrength(::
BlockPos const& targetPos, ::
CircuitSystem&,
bool& bPowerFromSelf);
90 MCFOLD uchar $getPoweroutDirection() const;
103 MCAPI
int $getStrength() const;
105 MCAPI
bool $isHalfPulse() const;
107 MCAPI ::CircuitComponentType $getCircuitComponentType() const;
109 MCFOLD ::RedstoneLogicExecutionFlags $getLogicExecutionFlags() const;
119 MCAPI static
void** $vftable();