LeviLamina
Loading...
Searching...
No Matches
DisplayNameComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace SharedTypes::v1_21_110::BlockDefinition {
6
8public:
9 // member variables
10 // NOLINTBEGIN
12 // NOLINTEND
13
14public:
15 // prevent constructor by default
19
20public:
21 // member functions
22 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // static variables
28 // NOLINTBEGIN
29 MCNAPI static ::std::string_view const& NameId();
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35 MCNAPI void $dtor();
36 // NOLINTEND
37};
38
39} // namespace SharedTypes::v1_21_110::BlockDefinition
static MCAPI ::std::string_view const & NameId()
Definition Alias.h:14