22 ::ll::TypedStorage<8, 24, ::std::vector<::std::shared_ptr<::br::worldgen::StructureInstance const>>> mStructures;
23 ::ll::TypedStorage<8, 24, ::std::vector<::std::shared_ptr<::br::worldgen::StructureInstance const>>>
25 ::ll::TypedStorage<8, 768, ::br::LevelChunkDataRegistry> mDataRegistry;
26 ::ll::TypedStorage<4, 12, ::BlockPos> mMin;
27 ::ll::TypedStorage<4, 12, ::BlockPos> mMax;
28 ::ll::TypedStorage<8, 8, ::ChunkPos> mChunkPos;
29 ::ll::TypedStorage<8, 8, ::StructureSpawnRegistry const&> mStructureSpawnRegistry;
41 MCAPI
void addStructure(::std::shared_ptr<::br::worldgen::StructureInstance const> instance);
45 MCAPI
void addStructureReference(::std::shared_ptr<::br::worldgen::StructureInstance const> instance);
51 MCAPI
void deserializeHardcodedSpawners(
::IDataInput& stream);
53 MCAPI ::std::vector<::BlockPos> structureSpawnPos()
const;