LeviLamina
Loading...
Searching...
No Matches
CommandRawText.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
CommandRawText
{
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::std::string mText;
10
// NOLINTEND
11
12
public
:
13
// member functions
14
// NOLINTBEGIN
15
MCFOLD ::std::string
const
& getText()
const
;
16
// NOLINTEND
17
};
18
19
// clang-format off
20
template
<>
21
MCAPI ::ll::type_id_ref Bedrock::typeid_storage_impl<class CommandRegistry, ::CommandRawText>();
22
// clang-format on
CommandRawText
Definition
CommandRawText.h:5
src
mc
server
commands
CommandRawText.h
Generated on
for LeviLamina by
1.16.1