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;
54 virtual uchar getPoweroutDirection() const ;
61 virtual
bool addSource(
65 bool& bDirectlyPowered
78 virtual
int getStrength() const ;
81 virtual
bool isHalfPulse() const ;
84 virtual ::CircuitComponentType getCircuitComponentType() const ;
87 virtual ::RedstoneLogicExecutionFlags getLogicExecutionFlags() const ;
96 MCAPI
int _findStrongestStrength(::
BlockPos const& targetPos, ::
CircuitSystem&,
bool& bPowerFromSelf);
102 MCFOLD uchar $getPoweroutDirection() const;
115 MCAPI
int $getStrength() const;
117 MCAPI
bool $isHalfPulse() const;
119 MCAPI ::CircuitComponentType $getCircuitComponentType() const;
121 MCFOLD ::RedstoneLogicExecutionFlags $getLogicExecutionFlags() const;
129 MCAPI static
void** $vftable();