LeviLamina
Loading...
Searching...
No Matches
SelectionVolumeUpdate.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/editor/network/NetworkPayload.h"
7
#include "mc/world/level/BlockPos.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
namespace
cereal {
struct
ReflectionCtx
; }
12
// clang-format on
13
14
namespace
Editor::Network {
15
16
class
SelectionVolumeUpdate :
public
::Editor::Network::NetworkPayload
<::Editor::Network::SelectionVolumeUpdate> {
17
public
:
18
// SelectionVolumeUpdate inner types define
19
enum class
Action :
int
{
20
Set = 0,
21
Add = 1,
22
Remove = 2,
23
Clear = 3,
24
Translate = 4,
25
Move = 5,
26
};
27
28
public
:
29
// member variables
30
// NOLINTBEGIN
31
::ll::UntypedStorage<4, 4>
mUnk83f8d2;
32
::ll::UntypedStorage<8, 104>
mUnkead264;
33
// NOLINTEND
34
35
public
:
36
// prevent constructor by default
37
SelectionVolumeUpdate& operator=(SelectionVolumeUpdate
const
&);
38
SelectionVolumeUpdate(SelectionVolumeUpdate
const
&);
39
SelectionVolumeUpdate();
40
41
public
:
42
// virtual functions
43
// NOLINTBEGIN
44
virtual
~SelectionVolumeUpdate()
/*override*/
;
45
// NOLINTEND
46
47
public
:
48
// static functions
49
// NOLINTBEGIN
50
MCNAPI
static
void
bindType
(
::cereal::ReflectionCtx
&
ctx
);
51
// NOLINTEND
52
53
public
:
54
// destructor thunk
55
// NOLINTBEGIN
56
MCNAPI
void
$dtor
();
57
// NOLINTEND
58
59
public
:
60
// vftables
61
// NOLINTBEGIN
62
MCNAPI
static
void
**
$vftable
();
63
// NOLINTEND
64
};
65
66
}
// namespace Editor::Network
Editor::Network::NetworkPayload
Definition
NetworkPayload.h:8
Editor::Network::SelectionVolumeUpdate::$dtor
MCAPI void $dtor()
Editor::Network::SelectionVolumeUpdate::bindType
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Editor::Network::SelectionVolumeUpdate::$vftable
static MCAPI void ** $vftable()
cereal::ReflectionCtx
Definition
ReflectionCtx.h:11
ctx
Definition
ctx.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
editor
selection
SelectionVolumeUpdate.h
Generated on
for LeviLamina by
1.16.1