LeviLamina
Loading...
Searching...
No Matches
PageContent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
CompoundTag
;
8
// clang-format on
9
10
struct
PageContent
{
11
public
:
12
// PageContent inner types define
13
enum class
PageType : uchar {
14
Text = 0,
15
Photo = 1,
16
Count = 2,
17
};
18
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::UntypedStorage<8, 32>
mUnk652030;
23
::ll::UntypedStorage<8, 40>
mUnkd36fc2;
24
::ll::UntypedStorage<8, 40>
mUnk48af3a;
25
::ll::UntypedStorage<8, 32>
mUnk621f2a;
26
::ll::UntypedStorage<8, 32>
mUnk656ee8;
27
::ll::UntypedStorage<8, 40>
mUnk38d2eb;
28
// NOLINTEND
29
30
public
:
31
// prevent constructor by default
32
PageContent
(
PageContent
const
&);
33
PageContent
();
34
35
public
:
36
// member functions
37
// NOLINTBEGIN
38
MCAPI
PageContent
(
::PageContent
&&);
39
40
MCAPI
PageContent
(::std::string nText, ::std::optional<::std::string> nFilteredText);
41
42
MCAPI ::PageContent& operator=(
::PageContent
const
&);
43
44
MCAPI
~PageContent
();
45
// NOLINTEND
46
47
public
:
48
// static functions
49
// NOLINTBEGIN
50
MCAPI static ::PageContent read(
::CompoundTag
const
& tag);
51
52
MCAPI
static
void
write(
::PageContent
const
& page,
::CompoundTag
& tag);
53
// NOLINTEND
54
55
public
:
56
// static variables
57
// NOLINTBEGIN
58
MCAPI static ::PageContent
const
& BLANK_PAGE();
59
// NOLINTEND
60
61
public
:
62
// constructor thunks
63
// NOLINTBEGIN
64
MCAPI
void
* $ctor(
::PageContent
&&);
65
66
MCAPI
void
* $ctor(::std::string nText, ::std::optional<::std::string> nFilteredText);
67
// NOLINTEND
68
69
public
:
70
// destructor thunk
71
// NOLINTBEGIN
72
MCAPI
void
$dtor();
73
// NOLINTEND
74
};
CompoundTag
Definition
CompoundTag.h:13
PageContent
Definition
PageContent.h:10
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
item
PageContent.h
Generated on Sat Apr 26 2025 05:56:15 for LeviLamina by
1.12.0