LeviLamina
Loading...
Searching...
No Matches
CommandFilePath.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
CommandFilePath {
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::TypedStorage<8, 32, ::std::string> mText;
10
// NOLINTEND
11
12
public
:
13
// member functions
14
// NOLINTBEGIN
15
MCAPI CommandFilePath();
16
17
MCAPI
int
findInvalidCharacter()
const
;
18
19
MCFOLD ::std::string
const
& getText()
const
;
20
21
MCAPI ~CommandFilePath();
22
// NOLINTEND
23
24
public
:
25
// constructor thunks
26
// NOLINTBEGIN
27
MCFOLD
void
* $ctor();
28
// NOLINTEND
29
30
public
:
31
// destructor thunk
32
// NOLINTBEGIN
33
MCFOLD
void
$dtor();
34
// NOLINTEND
35
};
src
mc
server
commands
CommandFilePath.h
Generated on
for LeviLamina by
1.16.1