LeviLamina
Loading...
Searching...
No Matches
BlockCreativeGroupDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/components/BlockComponentDescription.h"
7
9public:
10 // virtual functions
11 // NOLINTBEGIN
12 // vIndex: 1
13 virtual ::std::string const& getName() const /*override*/;
14
15 // vIndex: 0
16 virtual ~BlockCreativeGroupDescription() /*override*/ = default;
17 // NOLINTEND
18
19public:
20 // static variables
21 // NOLINTBEGIN
22 MCNAPI static ::std::string const& NameID();
23 // NOLINTEND
24
25public:
26 // virtual function thunks
27 // NOLINTBEGIN
28 MCNAPI ::std::string const& $getName() const;
29 // NOLINTEND
30
31public:
32 // vftables
33 // NOLINTBEGIN
34 MCNAPI static void** $vftable();
35 // NOLINTEND
36};
Definition BlockComponentDescription.h:20
Definition BlockCreativeGroupDescription.h:8
MCAPI::std::string const & $getName() const
static MCAPI void ** $vftable()
static MCAPI ::std::string const & NameID()