21 ::ll::TypedStorage<4, 4, ::PortalAxis> mAxis;
22 ::ll::TypedStorage<1, 1, ::Facing::Name> mRightDir;
23 ::ll::TypedStorage<1, 1, ::Facing::Name> mLeftDir;
24 ::ll::TypedStorage<4, 4, int> mNumPortalBlocks;
25 ::ll::TypedStorage<4, 12, ::BlockPos> mBottomLeft;
26 ::ll::TypedStorage<1, 1, bool> mBottomLeftValid;
27 ::ll::TypedStorage<4, 4, int> mHeight;
28 ::ll::TypedStorage<4, 4, int> mWidth;
34 MCAPI
int _calculatePortalHeight(
::BlockSource const& source);
42 MCAPI
void updateNeighboringBlocks(
::BlockSource& source,
::Vec3 const& perpendicularAxis)
const;