15 ::ll::TypedStorage<1, 1, bool> mPreviousOnGround;
16 ::ll::TypedStorage<4, 12, ::BlockPos> mPreviousBlockPos;
17 ::ll::TypedStorage<8, 8, ::Block const*> mCurrentBlock;
18 ::ll::TypedStorage<4, 12, ::BlockPos> mCurrentBlockPos;
19 ::ll::TypedStorage<1, 1, bool> mShouldTriggerOnStandOn;
Definition BlockPosTrackerComponent.h:11