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