20 ::ll::TypedStorage<1, 1, bool> mIsWorldGen;
21 ::ll::TypedStorage<4, 4, int> mGrowthSpawnCost;
22 ::ll::TypedStorage<4, 4, int> mNoGrowthRadius;
23 ::ll::TypedStorage<4, 4, int> mChargeDecayRate;
24 ::ll::TypedStorage<4, 4, int> mAdditionalDecayRate;
25 ::ll::TypedStorage<8, 24, ::std::vector<::SculkChargeCursor>> mCursors;
26 ::ll::TypedStorage<8, 16, ::std::set<::Block const*>> mSculkReplaceableBlocks;
32 MCAPI
void addCursors(
::BlockPos const& pos,
int charge);
36 MCAPI
void updateCursors(