LeviLamina
Loading...
Searching...
No Matches
NavigationSwimDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/entity/definitions/NavigationDescription.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 // vIndex: 0
32 virtual char const* getJsonName() const /*override*/;
33
34 // vIndex: 1
35 virtual ~NavigationSwimDescription() /*override*/;
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41 MCFOLD void $dtor();
42 // NOLINTEND
43
44public:
45 // virtual function thunks
46 // NOLINTBEGIN
47 MCAPI char const* $getJsonName() const;
48 // NOLINTEND
49
50public:
51 // vftables
52 // NOLINTBEGIN
53 MCAPI static void** $vftable();
54 // NOLINTEND
55};
Definition NavigationDescription.h:13
Definition NavigationSwimDescription.h:8
Definition Alias.h:14