18 ::ll::TypedStorage<1, 1, bool> mWaveApplied;
19 ::ll::TypedStorage<8, 24, ::std::vector<::Rope>> mRopes;
20 ::ll::TypedStorage<8, 8, uint64> mCutRenderNode;
21 ::ll::TypedStorage<8, 8, uint64> mCutTicks;
22 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mEndPinEntity;
23 ::ll::TypedStorage<4, 4, ::std::atomic_flag> mTicking;
24 ::ll::TypedStorage<8, 8, ::std::shared_mutex> mRenderMutex;
32 MCAPI
void _tickWaves();
34 MCAPI
void _updateRenderPoints();
36 MCAPI
void queueTick(
::BlockSource& region, ::std::shared_ptr<::RopeSystem>& self);
42 MCAPI
static bool& sEnabled();