11class ScriptStatEvent {
15 ::ll::TypedStorage<8, 8, uint64> mTick;
16 ::ll::TypedStorage<8, 32, ::std::string> mType;
17 ::ll::TypedStorage<8, 24, ::std::vector<::ScriptStat>> mStats;
22 ScriptStatEvent(ScriptStatEvent
const&);
28 MCNAPI ::ScriptStatEvent&
operator=(::ScriptStatEvent&&);
30 MCNAPI ::ScriptStatEvent&
operator=(::ScriptStatEvent
const&);