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;
44 virtual bool addSource(
48 bool& bDirectlyPowered
61 virtual ::RedstoneLogicExecutionFlags getLogicExecutionFlags()
const ;
64 virtual ::CircuitComponentType getCircuitComponentType()
const ;
88 MCFOLD ::RedstoneLogicExecutionFlags $getLogicExecutionFlags()
const;
90 MCFOLD ::CircuitComponentType $getCircuitComponentType()
const;
96 MCAPI
static void** $vftable();