21 class ScopedItemRegistry {
25 ::ll::TypedStorage<1, 1, bool> mIsSet;
26 ::ll::TypedStorage<8, 16, ::ItemRegistryRef> mPreviousRegistry;
36 MCAPI
explicit ScopedItemRegistry(::std::weak_ptr<::ItemRegistry> registry);
40 MCAPI ~ScopedItemRegistry();
46 MCAPI
void* $ctor(::std::weak_ptr<::ItemRegistry> registry);