LeviLamina
Loading...
Searching...
No Matches
WorldSeedModel.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/oreui/resources/AllowListPath.h"
7#include "mc/deps/core/file/PathBuffer.h"
8
9class WorldSeedModel {
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<8, 32, ::std::string> mProductId;
14 ::ll::TypedStorage<8, 32, ::std::string> mTitle;
15 ::ll::TypedStorage<8, 32, ::std::string> mSeed;
16 ::ll::TypedStorage<8, 96, ::OreUI::AllowListPath> mOreUIImagePath;
17 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mImagePath;
18 // NOLINTEND
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCAPI ~WorldSeedModel();
24 // NOLINTEND
25
26public:
27 // destructor thunk
28 // NOLINTBEGIN
29 MCAPI void $dtor();
30 // NOLINTEND
31};
Definition WorldSeedModel.h:5