23 ::ll::TypedStorage<8, 24, ::CircuitComponentList> mSources;
24 ::ll::TypedStorage<8, 16, ::Core::RefCountedSet<::BaseCircuitComponent*>> mDestinations;
25 ::ll::TypedStorage<1, 1, bool> mIgnoreFirstUpdate;
26 ::ll::TypedStorage<1, 1, bool> mIsFirstTime;
27 ::ll::TypedStorage<1, 1, bool> mNeedsUpdate;
28 ::ll::TypedStorage<4, 12, ::BlockPos> mPos;
29 ::ll::TypedStorage<4, 12, ::BlockPos> mChunkPosition;
30 ::ll::TypedStorage<1, 1, bool> mShouldEvaluate;
31 ::ll::TypedStorage<4, 4, int> mStrength;
32 ::ll::TypedStorage<1, 1, uchar> mDirection;
33 ::ll::TypedStorage<1, 1, bool> mAllowPowerUp;
34 ::ll::TypedStorage<1, 1, bool> mAllowPowerDown;
35 ::ll::TypedStorage<1, 1, bool> mRemoved;
36 ::ll::TypedStorage<1, 1, bool> mConsumePowerAnyDirection;
37 ::ll::TypedStorage<8, 8, ::CircuitComponentType> mCircuitComponentType;
47 virtual int getStrength()
const;
50 virtual int getDirection()
const;
53 virtual void setStrength(
int strength);
56 virtual void setDirection(uchar direction);
59 virtual void setConsumePowerAnyDirection(
bool canConsumePowerAnyDirection);
62 virtual bool canConsumePowerAnyDirection()
const;
65 virtual bool canConsumerPower()
const;
68 virtual bool canStopPower()
const;
71 virtual void setStopPower(
bool bPower);
96 virtual ::RedstoneLogicExecutionFlags getLogicExecutionFlags()
const;
99 virtual bool allowIndirect()
const;
102 virtual bool isHalfPulse()
const;
108 virtual bool hasChildrenSource()
const;
111 virtual bool isSecondaryPowered()
const;
117 virtual ::CircuitComponentType getCircuitComponentType()
const;
120 virtual ::CircuitComponentType getCircuitComponentGroupType()
const;
131 bool directlyPowered,