12 ::ll::TypedStorage<1, 1, bool> isOnSurface;
13 ::ll::TypedStorage<1, 1, bool> isInWater;
14 ::ll::TypedStorage<1, 1, bool> isInBubble;
15 ::ll::TypedStorage<1, 1, bool> isInLava;
16 ::ll::TypedStorage<1, 1, bool> isUnderground;
17 ::ll::TypedStorage<8, 8, uint64> delayEndWorldAge;
18 ::ll::TypedStorage<4, 4, int> rawBrightness;
19 ::ll::TypedStorage<4, 12, ::BlockPos> pos;