21 ::ll::TypedStorage<4, 12, ::BlockPos> mOrigin;
22 ::ll::TypedStorage<4, 12, ::BlockPos> mReach;
23 ::ll::TypedStorage<4, 4, int> mMaxDepth;
24 ::ll::TypedStorage<4, 12, ::BlockPos> mCurrentPos;
25 ::ll::TypedStorage<4, 4, int> mCurrentDepth;
26 ::ll::TypedStorage<4, 4, int> mMaxX;
27 ::ll::TypedStorage<4, 4, int> mMaxY;
28 ::ll::TypedStorage<1, 1, bool> mZMirror;
29 ::ll::TypedStorage<1, 1, bool> mDone;
35 MCAPI ::BlockPosIterator::FromCenter& operator++();