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, ::ComparatorCapacitor::Mode> mMode;
33 ::ll::TypedStorage<4, 4, int> mRearStrength;
34 ::ll::TypedStorage<4, 4, int> mSideStrengths;
35 ::ll::TypedStorage<1, 1, bool> mHasAnalogBeenSet;
36 ::ll::TypedStorage<8, 8, ::CircuitComponentType const> mCircuitComponentType;
42 virtual bool addSource(
46 bool& bDirectlyPowered
55 virtual ::RedstoneLogicExecutionFlags getLogicExecutionFlags()
const ;
57 virtual void setOldStrength(
short strength) ;
59 virtual ::CircuitComponentType getCircuitComponentType()
const ;
76 MCFOLD ::RedstoneLogicExecutionFlags $getLogicExecutionFlags()
const;
78 MCFOLD
void $setOldStrength(
short strength);
80 MCAPI ::CircuitComponentType $getCircuitComponentType()
const;
88 MCAPI
static void** $vftable();