17struct ScriptTickingArea {
21 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptDimension>>
23 ::ll::TypedStorage<4, 24, ::BoundingBox> mBoundingBox;
24 ::ll::TypedStorage<8, 32, ::std::string> mIdentifier;
25 ::ll::TypedStorage<4, 4, int> mNumberOfChunks;
26 ::ll::TypedStorage<1, 1, bool> mIsFullyLoaded;
32 MCAPI ScriptTickingArea();
42 MCAPI ~ScriptTickingArea();
48 MCAPI static ::Scripting::InterfaceBinding bind();