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
bool
hasContainer(
::FullContainerName
const
&)
const
= 0;
25
26
// vIndex: 3
27
virtual
~IDynamicContainerSerialization
();
28
// NOLINTEND
29
30
public
:
31
// destructor thunk
32
// NOLINTBEGIN
33
MCNAPI
void
$dtor
();
34
// NOLINTEND
35
36
public
:
37
// virtual function thunks
38
// NOLINTBEGIN
39
40
// NOLINTEND
41
42
public
:
43
// vftables
44
// NOLINTBEGIN
45
MCNAPI
static
void
**
$vftable
();
46
// NOLINTEND
47
};
IDynamicContainerSerialization
Definition
IDynamicContainerSerialization.h:12
IDynamicContainerSerialization::$dtor
MCAPI void $dtor()
IDynamicContainerSerialization::$vftable
static MCAPI void ** $vftable()
ListTag
Definition
ListTag.h:12
SaveContext
Definition
SaveContext.h:5
FullContainerName
Definition
FullContainerName.h:8
src-server
mc
world
containers
IDynamicContainerSerialization.h
Generated on Tue Nov 25 2025 04:01:39 for LeviLamina by
1.12.0