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
12 ::ll::TypedStorage<1, 1, bool> mIsSummonable;
13 ::ll::TypedStorage<1, 1, bool> mIsSet;
14 // NOLINTEND
15
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 virtual char const* getJsonName() const /*override*/;
20
21 virtual ~IsSummonableDescription() /*override*/ = default;
22 // NOLINTEND
23
24public:
25 // virtual function thunks
26 // NOLINTBEGIN
27 MCAPI char const* $getJsonName() const;
28
29
30 // NOLINTEND
31
32public:
33 // vftables
34 // NOLINTBEGIN
35 MCAPI static void** $vftable();
36 // NOLINTEND
37};
Definition DefintionDescription.h:5
Definition IsSummonableDescription.h:8