18 ::ll::TypedStorage<1, 1, bool> mIsDirty;
19 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, bool>> mNewStructuresDirty;
20 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::StructureTemplate const*>> mNewStructureTemplates;
27 MCAPI ::StructureTemplate
const* getStructure(::std::string
const& name);
33 MCAPI
bool const isSpecificStructureDirty(::std::string
const& name);
35 MCAPI
void setSpecificStructureDirty(::std::string
const& name,
bool dirty);