28 ::ll::TypedStorage<1, 1, bool> mLockGraph;
29 ::ll::TypedStorage<8, 408, ::CircuitSceneGraph> mSceneGraph;
30 ::ll::TypedStorage<8, 24, ::std::vector<::CircuitSystem::LevelChunkTracking>> mAddedLevelChunk;
31 ::ll::TypedStorage<1, 1, bool> mHasBeenEvaluated;
37 MCAPI ::BaseCircuitComponent*
38 createComponent(
::BlockPos const& pos, uchar direction, ::std::unique_ptr<::BaseCircuitComponent> newComponent);
43 MCAPI
void evaluateComponents(
bool bOnlyProducers);
46 MCAPI
bool isConnectionAllowed(
49 uchar connectionDirection,
51 bool speculativeConnection
54 MCAPI
void setStrength(
::BlockPos const& pos,
int strength);