18class BlockTypePlacementProcessor {
22 ::ll::TypedStorage<4, 4, float> mChance;
23 ::ll::TypedStorage<8, 2544, ::Random> mRandom;
24 ::ll::TypedStorage<1, 1, bool> mHasGravity;
25 ::ll::TypedStorage<8, 8, ::std::vector<::std::unique_ptr<::StructurePoolBlockRule>>
const*> mBlockRules;
26 ::ll::TypedStorage<8, 8, ::std::vector<::std::unique_ptr<::StructurePoolBlockTagRule>>
const*> mBlockTagRules;
31 BlockTypePlacementProcessor();