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;
46 virtual bool addSource(
50 bool& bDirectlyPowered
66 virtual void setStrength(
int strength) ;
69 virtual int getStrength()
const ;
72 virtual ::RedstoneLogicExecutionFlags getLogicExecutionFlags()
const ;
75 virtual ::CircuitComponentType getCircuitComponentType()
const ;
101 MCAPI
void $setStrength(
int strength);
103 MCAPI
int $getStrength()
const;
105 MCFOLD ::RedstoneLogicExecutionFlags $getLogicExecutionFlags()
const;
107 MCFOLD ::CircuitComponentType $getCircuitComponentType()
const;
113 MCAPI
static void** $vftable();