LeviLamina
Loading...
Searching...
No Matches
IsSummonableDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/DefintionDescription.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 // vIndex: 1
26 virtual char const* getJsonName() const /*override*/;
27
28 // vIndex: 0
29 virtual ~IsSummonableDescription() /*override*/ = default;
30 // NOLINTEND
31
32public:
33 // virtual function thunks
34 // NOLINTBEGIN
35 MCNAPI char const* $getJsonName() const;
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
41 MCNAPI static void** $vftable();
42 // NOLINTEND
43};
Definition DefintionDescription.h:5
Definition IsSummonableDescription.h:8
MCAPI char const * $getJsonName() const
static MCAPI void ** $vftable()
Definition Alias.h:14