21 enum class Mode :
int {
29 ::ll::TypedStorage<4, 4, int> mRearAnalogStrength;
30 ::ll::TypedStorage<4, 4, int> mSideAnalogStrengthRight;
31 ::ll::TypedStorage<4, 4, int> mSideAnalogStrengthLeft;
32 ::ll::TypedStorage<4, 4, int> mOldStrength;
33 ::ll::TypedStorage<4, 4, ::ComparatorCapacitor::Mode> mMode;
34 ::ll::TypedStorage<4, 4, int> mRearStrength;
35 ::ll::TypedStorage<4, 4, int> mSideStrengths;
36 ::ll::TypedStorage<1, 1, bool> mHasAnalogBeenSet;
37 ::ll::TypedStorage<8, 8, ::CircuitComponentType const> mCircuitComponentType;
43 virtual bool addSource(
47 bool& bDirectlyPowered
56 virtual ::RedstoneLogicExecutionFlags getLogicExecutionFlags()
const ;
58 virtual ::CircuitComponentType getCircuitComponentType()
const ;
75 MCFOLD ::RedstoneLogicExecutionFlags $getLogicExecutionFlags()
const;
77 MCFOLD ::CircuitComponentType $getCircuitComponentType()
const;
85 MCAPI
static void** $vftable();