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
8// auto generated forward declare list
9// clang-format off
10namespace Json { class Value; }
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 // vIndex: 1
30 virtual char const* getJsonName() const /*override*/;
31
32 // vIndex: 0
33 virtual ~IsSpawnableDescription() /*override*/ = default;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCNAPI void parse(::Json::Value const& root);
40 // NOLINTEND
41
42public:
43 // virtual function thunks
44 // NOLINTBEGIN
45 MCNAPI char const* $getJsonName() const;
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCNAPI static void** $vftable();
52 // NOLINTEND
53};
Definition Value.h:16
Definition DefintionDescription.h:5
Definition IsSpawnableDescription.h:13
static MCAPI void ** $vftable()
MCAPI char const * $getJsonName() const
MCAPI void parse(::Json::Value const &root)
Definition Alias.h:14