26 ::ll::TypedStorage<8, 8, ::Block const*> block;
27 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::PerlinNoise>> noise;
34 ::ll::TypedStorage<8, 24, ::std::vector<::CappedSurfaceAttributes::MaterialLayer>> mFloorMaterials;
35 ::ll::TypedStorage<8, 24, ::std::vector<::CappedSurfaceAttributes::MaterialLayer>> mCeilingMaterials;
36 ::ll::TypedStorage<8, 8, ::Block const*> mSeaMaterial;
37 ::ll::TypedStorage<8, 8, ::Block const*> mFoundationMaterial;
38 ::ll::TypedStorage<8, 8, ::Block const*> mBeachMaterial;
50 MCAPI
void initializeNoise(uint levelSeed);