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;
45 virtual int getStrength()
const;
47 virtual int getDirection()
const;
49 virtual void setStrength(
int strength);
51 virtual void setDirection(uchar direction);
53 virtual void setConsumePowerAnyDirection(
bool canConsumePowerAnyDirection);
55 virtual bool canConsumePowerAnyDirection()
const;
57 virtual bool canConsumerPower()
const;
59 virtual bool canStopPower()
const;
61 virtual void setStopPower(
bool bPower);
78 virtual ::RedstoneLogicExecutionFlags getLogicExecutionFlags()
const;
80 virtual bool allowIndirect()
const;
82 virtual bool isHalfPulse()
const;
86 virtual bool hasChildrenSource()
const;
88 virtual bool isSecondaryPowered()
const;
92 virtual ::CircuitComponentType getCircuitComponentType()
const;
94 virtual ::CircuitComponentType getCircuitComponentGroupType()
const;
102 MCAPI
bool trackPowerSource(
105 bool directlyPowered,
120 MCFOLD
int $getStrength()
const;
122 MCFOLD
int $getDirection()
const;
124 MCFOLD
void $setStrength(
int strength);
126 MCAPI
void $setDirection(uchar direction);
128 MCFOLD
void $setConsumePowerAnyDirection(
bool canConsumePowerAnyDirection);
130 MCFOLD
bool $canConsumePowerAnyDirection()
const;
132 MCFOLD
bool $canConsumerPower()
const;
134 MCFOLD
bool $canStopPower()
const;
136 MCFOLD
void $setStopPower(
bool bPower);
153 MCFOLD ::RedstoneLogicExecutionFlags $getLogicExecutionFlags()
const;
155 MCFOLD
bool $allowIndirect()
const;
157 MCFOLD
bool $isHalfPulse()
const;
161 MCFOLD
bool $hasChildrenSource()
const;
163 MCFOLD
bool $isSecondaryPowered()
const;
167 MCFOLD ::CircuitComponentType $getCircuitComponentType()
const;
169 MCAPI ::CircuitComponentType $getCircuitComponentGroupType()
const;
177 MCAPI
static void** $vftable();