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