LeviLamina
Loading...
Searching...
No Matches
IsSpawnableDescription.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
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 // vIndex: 1
25 virtual char const* getJsonName() const /*override*/;
26
27 // vIndex: 0
28 virtual ~IsSpawnableDescription() /*override*/ = default;
29 // NOLINTEND
30
31public:
32 // virtual function thunks
33 // NOLINTBEGIN
34 MCNAPI char const* $getJsonName() const;
35 // NOLINTEND
36
37public:
38 // vftables
39 // NOLINTBEGIN
40 MCNAPI static void** $vftable();
41 // NOLINTEND
42};
Definition DefintionDescription.h:5
Definition IsSpawnableDescription.h:8
static MCAPI void ** $vftable()
MCAPI char const * $getJsonName() const
Definition Alias.h:14