LeviLamina
Loading...
Searching...
No Matches
WaterMovementDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/ActorComponentDescription.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 // vIndex: 0
30 virtual char const* getJsonName() const /*override*/;
31
32 // vIndex: 2
33 virtual void deserializeData(::DeserializeDataParams deserializeDataParams) /*override*/;
34
35 // vIndex: 1
36 virtual ~WaterMovementDescription() /*override*/ = default;
37 // NOLINTEND
38
39public:
40 // virtual function thunks
41 // NOLINTBEGIN
42 MCNAPI char const* $getJsonName() const;
43
44 MCNAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
45 // NOLINTEND
46
47public:
48 // vftables
49 // NOLINTBEGIN
50 MCNAPI static void** $vftable();
51 // NOLINTEND
52};
Definition ActorComponentDescription.h:8
Definition DeserializeDataParams.h:5
Definition WaterMovementDescription.h:13
MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams)
MCAPI char const * $getJsonName() const
static MCAPI void ** $vftable()
Definition Alias.h:14