LeviLamina
Loading...
Searching...
No Matches
WorldContentItem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/models/ContentItem.h"
7#include "mc/deps/core/file/PathBuffer.h"
8#include "mc/world/level/GameType.h"
9
10// auto generated forward declare list
11// clang-format off
12struct ContentSource;
13// clang-format on
14
15struct WorldContentItem : public ::ContentItem {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 32, ::std::string> mWorldId;
20 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mIconPath;
21 ::ll::TypedStorage<8, 32, ::std::string> mDate;
22 ::ll::TypedStorage<8, 8, int64> mLastUsed;
23 ::ll::TypedStorage<4, 4, ::GameType> mGameType;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 WorldContentItem();
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 virtual ~WorldContentItem() /*override*/ = default;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCAPI explicit WorldContentItem(::ContentSource* src);
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCAPI void* $ctor(::ContentSource* src);
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCNAPI static void** $vftable();
52 // NOLINTEND
53};
Definition ContentItem.h:5
Definition ContentSource.h:5
Definition WorldContentItem.h:5
static MCAPI void ** $vftable()