LeviLamina
Loading...
Searching...
No Matches
ContainerOwner.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
ContainerOwner
{
6
public
:
7
// ContainerOwner inner types declare
8
// clang-format off
9
class
OwnedContainer
;
10
// clang-format on
11
12
// ContainerOwner inner types define
13
class
OwnedContainer
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::UntypedStorage<8, 16>
mUnkff2cc5;
18
// NOLINTEND
19
20
public
:
21
// prevent constructor by default
22
OwnedContainer
& operator=(
OwnedContainer
const
&);
23
OwnedContainer
(
OwnedContainer
const
&);
24
OwnedContainer
();
25
26
public
:
27
// member functions
28
// NOLINTBEGIN
29
MCNAPI
~OwnedContainer
();
30
// NOLINTEND
31
32
public
:
33
// destructor thunk
34
// NOLINTBEGIN
35
MCNAPI
void
$dtor
();
36
// NOLINTEND
37
};
38
39
public
:
40
// member variables
41
// NOLINTBEGIN
42
::ll::TypedStorage<8, 24, ::std::vector<::ContainerOwner::OwnedContainer>> mOwnedContainers;
43
// NOLINTEND
44
};
ContainerOwner::OwnedContainer
Definition
ContainerOwner.h:13
ContainerOwner::OwnedContainer::~OwnedContainer
MCAPI ~OwnedContainer()
ContainerOwner::OwnedContainer::$dtor
MCAPI void $dtor()
ContainerOwner
Definition
ContainerOwner.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
ContainerOwner.h
Generated on Fri Jun 13 2025 05:05:04 for LeviLamina by
1.12.0