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
11 ::ll::TypedStorage<8, 32, ::std::string> mDisplayName;
12 // NOLINTEND
13
14public:
15 // member functions
16 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // static variables
22 // NOLINTBEGIN
23 MCAPI static ::std::string_view const& NameId();
24 // NOLINTEND
25
26public:
27 // destructor thunk
28 // NOLINTBEGIN
29 MCFOLD void $dtor();
30 // NOLINTEND
31};
32
33} // namespace SharedTypes::v1_21_110::BlockDefinition