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