LeviLamina
Loading...
Searching...
No Matches
BlockMaskList.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Editor::BlockMask {
6
7
class
BlockMaskList
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<8, 24>
mUnk1c25b4;
12
::ll::UntypedStorage<4, 4>
mUnkfef619;
13
::ll::UntypedStorage<1, 1>
mUnkf76b97;
14
// NOLINTEND
15
16
public
:
17
// prevent constructor by default
18
BlockMaskList
& operator=(
BlockMaskList
const
&);
19
BlockMaskList
(
BlockMaskList
const
&);
20
BlockMaskList
();
21
22
public
:
23
// member functions
24
// NOLINTBEGIN
25
MCNAPI
void
fromStringList
(::std::vector<::std::string>
const
& blockNames);
26
27
MCNAPI ::std::vector<::std::string>
toStringList
()
const
;
28
29
MCNAPI
~BlockMaskList
();
30
// NOLINTEND
31
32
public
:
33
// destructor thunk
34
// NOLINTBEGIN
35
MCNAPI
void
$dtor
();
36
// NOLINTEND
37
};
38
39
}
// namespace Editor::BlockMask
Editor::BlockMask::BlockMaskList
Definition
BlockMaskList.h:7
Editor::BlockMask::BlockMaskList::$dtor
MCAPI void $dtor()
Editor::BlockMask::BlockMaskList::toStringList
MCAPI ::std::vector<::std::string > toStringList() const
Editor::BlockMask::BlockMaskList::fromStringList
MCAPI void fromStringList(::std::vector<::std::string > const &blockNames)
Editor::BlockMask::BlockMaskList::~BlockMaskList
MCAPI ~BlockMaskList()
ll::UntypedStorage
Definition
Alias.h:14
src-server
mc
common
editor
BlockMaskList.h
Generated on Tue Nov 25 2025 04:00:39 for LeviLamina by
1.12.0