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;
128 MCAPI
bool trackPowerSource(
131 bool directlyPowered,
146 MCFOLD
int $getStrength()
const;
148 MCFOLD
int $getDirection()
const;
150 MCAPI
void $setStrength(
int strength);
152 MCAPI
void $setDirection(uchar direction);
154 MCFOLD
void $setConsumePowerAnyDirection(
bool canConsumePowerAnyDirection);
156 MCFOLD
bool $canConsumePowerAnyDirection()
const;
158 MCFOLD
bool $canConsumerPower()
const;
160 MCFOLD
bool $canStopPower()
const;
162 MCFOLD
void $setStopPower(
bool bPower);
179 MCFOLD ::RedstoneLogicExecutionFlags $getLogicExecutionFlags()
const;
181 MCFOLD
bool $allowIndirect()
const;
183 MCFOLD
bool $isHalfPulse()
const;
187 MCFOLD
bool $hasChildrenSource()
const;
189 MCFOLD
bool $isSecondaryPowered()
const;
193 MCFOLD ::CircuitComponentType $getCircuitComponentType()
const;
195 MCAPI ::CircuitComponentType $getCircuitComponentGroupType()
const;
201 MCAPI
static void** $vftable();