16struct MemoryDefinition {
20 ::ll::TypedStorage<8, 48, ::HashedString> mName;
21 ::ll::TypedStorage<1, 1, ::SharedTypes::v1_21_130::Brain::MemoryType::Value> mType;
22 ::ll::TypedStorage<1, 1, bool> mPersists;
27 MemoryDefinition& operator=(MemoryDefinition
const&);
35 MCAPI ~MemoryDefinition();
47 MCAPI static ::std::string_view
const& MEMORY_NAME();
49 MCAPI static ::std::string_view
const& MEMORY_PERSISTENCE();
51 MCAPI static ::std::string_view
const& MEMORY_TYPE();
53 MCAPI static ::std::string_view
const& NAME();