LeviLamina
Loading...
Searching...
No Matches
PrecompCache.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/renderer/block/CacheCoordinates.h"
7#include "mc/world/level/BlockPos.h"
8
9struct PrecompCache {
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<4, 432, ::CacheCoordinates[12]> mCacheCoordinates;
14 ::ll::TypedStorage<4, 312, ::BlockPos[26]> mBlockPos;
15 // NOLINTEND
16};
Definition PrecompCache.h:5