LeviLamina
Loading...
Searching...
No Matches
ActorPuvInput.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/json/Value.h"
7
#include "mc/deps/puv/Input.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
SemVersion
;
12
// clang-format on
13
14
namespace
JsonComponentGlueUtils {
15
16
class
ActorPuvInput
:
public
::Puv::Input
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<8, 16, ::Json::Value> mJsonValue;
21
// NOLINTEND
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
virtual ::SemVersion version()
const
/*override*/
;
27
28
virtual ::Puv::Input::Data data()
const
/*override*/
;
29
30
virtual
~ActorPuvInput
()
/*override*/
;
31
// NOLINTEND
32
33
public
:
34
// destructor thunk
35
// NOLINTBEGIN
36
MCFOLD
void
$dtor();
37
// NOLINTEND
38
39
public
:
40
// virtual function thunks
41
// NOLINTBEGIN
42
MCFOLD ::SemVersion $version()
const
;
43
44
MCFOLD ::Puv::Input::Data $data()
const
;
45
46
47
// NOLINTEND
48
49
public
:
50
// vftables
51
// NOLINTBEGIN
52
MCNAPI
static
void
**
$vftable
();
53
// NOLINTEND
54
};
55
56
}
// namespace JsonComponentGlueUtils
JsonComponentGlueUtils::ActorPuvInput
Definition
ActorPuvInput.h:16
JsonComponentGlueUtils::ActorPuvInput::$vftable
static MCAPI void ** $vftable()
Puv::Input
Definition
Input.h:15
SemVersion
Definition
SemVersion.h:15
src
mc
world
actor
json_component_glue_utils
ActorPuvInput.h
Generated on
for LeviLamina by
1.16.1