LeviLamina
Loading...
Searching...
No Matches
Button.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
npc {
6
7
struct
Button
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::TypedStorage<8, 32, ::std::string> mRawName;
12
::ll::TypedStorage<8, 32, ::std::string> mName;
13
// NOLINTEND
14
15
public
:
16
// member functions
17
// NOLINTBEGIN
18
MCAPI ::npc::Button& operator=(::std::string_view newName);
19
// NOLINTEND
20
};
21
22
}
// namespace npc
npc::Button
Definition
Button.h:7
src
mc
world
actor
npc
Button.h
Generated on
for LeviLamina by
1.16.1