LeviLamina
Loading...
Searching...
No Matches
NavigationGenericDescription.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 // virtual functions
11 // NOLINTBEGIN
12 virtual char const* getJsonName() const /*override*/;
13 // NOLINTEND
14
15public:
16 // virtual function thunks
17 // NOLINTBEGIN
18 MCAPI char const* $getJsonName() const;
19
20
21 // NOLINTEND
22
23public:
24 // vftables
25 // NOLINTBEGIN
26 MCNAPI static void** $vftable();
27 // NOLINTEND
28};
Definition NavigationDescription.h:14
Definition NavigationGenericDescription.h:8
static MCAPI void ** $vftable()