21 enum class States :
int {
31 ::ll::TypedStorage<4, 20, ::RepeaterCapacitor::States[5]> mOnStates;
32 ::ll::TypedStorage<4, 4, int> mInsertAt;
33 ::ll::TypedStorage<1, 1, bool> mPowered;
34 ::ll::TypedStorage<1, 1, bool> mNextPower;
35 ::ll::TypedStorage<1, 1, bool> mLocked;
36 ::ll::TypedStorage<4, 4, int> mPulseCount;
37 ::ll::TypedStorage<1, 1, bool> mPulse;
38 ::ll::TypedStorage<1, 1, bool> mNextPulse;
39 ::ll::TypedStorage<8, 8, ::CircuitComponentType const> mCircuitComponentType;
45 virtual bool addSource(
49 bool& bDirectlyPowered
60 virtual void setStrength(
int strength) ;
62 virtual int getStrength()
const ;
64 virtual ::RedstoneLogicExecutionFlags getLogicExecutionFlags()
const ;
66 virtual ::CircuitComponentType getCircuitComponentType()
const ;
85 MCAPI
void $setStrength(
int strength);
87 MCAPI
int $getStrength()
const;
89 MCFOLD ::RedstoneLogicExecutionFlags $getLogicExecutionFlags()
const;
91 MCFOLD ::CircuitComponentType $getCircuitComponentType()
const;
99 MCAPI
static void** $vftable();