43 ::ll::TypedStorage<4, 4, uint> id;
44 ::ll::TypedStorage<4, 4, uint> lastTick;
45 ::ll::TypedStorage<4, 4, ::ScriptModuleMinecraft::ScriptTickSignal::IntervalStatus> status;
46 ::ll::TypedStorage<4, 4, uint> initialInterval;
47 ::ll::TypedStorage<4, 4, uint> currentInterval;
48 ::ll::TypedStorage<8, 120, ::std::variant<
::Scripting::Closure<void()>, ::std::function<void()>>> closure;
53 Slot& operator=(Slot
const&);
129 MCAPI uint scheduleTimeout(::std::function<
void()> function, uint delay, uint currentTick);