21 ::ll::TypedStorage<8, 24, ::std::vector<::CompoundBlockVolumeItem>> mVolumeList;
22 ::ll::TypedStorage<4, 12, ::BlockPos> mOrigin;
23 ::ll::TypedStorage<4, 24, ::BoundingBox> mBounds;
41 MCAPI
void _recalculateBounds();
43 MCAPI ::CompoundBlockVolumeIterator begin()
const;
45 MCAPI
void forEachPosition(::std::function<
bool(
::BlockPos const&)>
const& callback)
const;
47 MCAPI ::std::vector<::CompoundBlockVolumeItem> getAbsoluteVolumeList()
const;
49 MCAPI
bool isInside(
::BlockPos const& pos)
const;
55 MCAPI ::std::optional<::CompoundBlockVolumeItem>
56 peekLastVolume(::std::optional<::CompoundBlockVolumePositionRelativity> optRelativity)
const;