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
virtual ::std::unique_ptr<::ListTag>
17
serializeContainerContent(
::FullContainerName
const
&,
::SaveContext
const
&) = 0;
18
19
virtual ::std::optional<int> getDynamicContainerWeight(
::FullContainerName
const
&) = 0;
20
21
virtual
bool
hasContainer(
::FullContainerName
const
&)
const
= 0;
22
23
virtual
~IDynamicContainerSerialization
();
24
// NOLINTEND
25
26
public
:
27
// destructor thunk
28
// NOLINTBEGIN
29
MCNAPI
void
$dtor
();
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
36
// NOLINTEND
37
38
public
:
39
// vftables
40
// NOLINTBEGIN
41
MCNAPI
static
void
**
$vftable
();
42
// NOLINTEND
43
};
IDynamicContainerSerialization
Definition
IDynamicContainerSerialization.h:12
IDynamicContainerSerialization::$dtor
MCAPI void $dtor()
IDynamicContainerSerialization::$vftable
static MCAPI void ** $vftable()
ListTag
Definition
ListTag.h:20
SaveContext
Definition
SaveContext.h:5
FullContainerName
Definition
FullContainerName.h:8
src
mc
world
containers
IDynamicContainerSerialization.h
Generated on
for LeviLamina by
1.16.1