LeviLamina
Loading...
Searching...
No Matches
IDynamicContainerSerialization.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
ListTag
;
8
class
SaveContext
;
9
struct
FullContainerName
;
10
// clang-format on
11
12
class
IDynamicContainerSerialization
{
13
public
:
14
// virtual functions
15
// NOLINTBEGIN
16
// vIndex: 0
17
virtual ::std::unique_ptr<::ListTag>
18
serializeContainerContent(
::FullContainerName
const
&,
::SaveContext
const
&) = 0;
19
20
// vIndex: 1
21
virtual ::std::optional<int> getDynamicContainerWeight(
::FullContainerName
const
&) = 0;
22
23
// vIndex: 2
24
virtual
~IDynamicContainerSerialization
();
25
// NOLINTEND
26
27
public
:
28
// destructor thunk
29
// NOLINTBEGIN
30
MCFOLD
void
$dtor();
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
37
// NOLINTEND
38
39
public
:
40
// vftables
41
// NOLINTBEGIN
42
MCAPI
static
void
** $vftable();
43
// NOLINTEND
44
};
IDynamicContainerSerialization
Definition
IDynamicContainerSerialization.h:12
ListTag
Definition
ListTag.h:12
SaveContext
Definition
SaveContext.h:5
FullContainerName
Definition
FullContainerName.h:8
src
mc
world
containers
IDynamicContainerSerialization.h
Generated on Sat Apr 26 2025 05:56:07 for LeviLamina by
1.12.0