LeviLamina
Loading...
Searching...
No Matches
DynamicJumpControlDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/entity/definitions/JumpControlDescription.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
14public:
15 // virtual functions
16 // NOLINTBEGIN
17 // vIndex: 0
18 virtual char const* getJsonName() const /*override*/;
19
20 // vIndex: 2
21 virtual void deserializeData(::DeserializeDataParams deserializeDataParams) /*override*/;
22
23 // vIndex: 1
24 virtual ~DynamicJumpControlDescription() /*override*/;
25 // NOLINTEND
26
27public:
28 // destructor thunk
29 // NOLINTBEGIN
30 MCFOLD void $dtor();
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36 MCAPI char const* $getJsonName() const;
37
38 MCFOLD void $deserializeData(::DeserializeDataParams deserializeDataParams);
39 // NOLINTEND
40
41public:
42 // vftables
43 // NOLINTBEGIN
44 MCAPI static void** $vftable();
45 // NOLINTEND
46};
Definition DeserializeDataParams.h:15
Definition DynamicJumpControlDescription.h:13
Definition JumpControlDescription.h:13