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
// prevent constructor by default
25
ActorPuvInput();
26
27
public
:
28
// virtual functions
29
// NOLINTBEGIN
30
virtual ::SemVersion version()
const
/*override*/
;
31
32
virtual ::Puv::Input::Data data()
const
/*override*/
;
33
// NOLINTEND
34
35
public
:
36
// member functions
37
// NOLINTBEGIN
38
MCAPI
explicit
ActorPuvInput(
::Json::Value
value);
39
// NOLINTEND
40
41
public
:
42
// constructor thunks
43
// NOLINTBEGIN
44
MCAPI
void
* $ctor(
::Json::Value
value);
45
// NOLINTEND
46
47
public
:
48
// virtual function thunks
49
// NOLINTBEGIN
50
MCFOLD ::SemVersion $version()
const
;
51
52
MCFOLD ::Puv::Input::Data $data()
const
;
53
54
55
// NOLINTEND
56
57
public
:
58
// vftables
59
// NOLINTBEGIN
60
MCNAPI
static
void
**
$vftable
();
61
// NOLINTEND
62
};
63
64
}
// namespace JsonComponentGlueUtils
JsonComponentGlueUtils::ActorPuvInput::$vftable
static MCAPI void ** $vftable()
Json::Value
Definition
Value.h:16
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