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
7class ListTag;
8class SaveContext;
10// clang-format on
11
13public:
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
28 // NOLINTEND
29
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33 MCNAPI void $dtor();
34 // NOLINTEND
35
36public:
37 // virtual function thunks
38 // NOLINTBEGIN
39
40 // NOLINTEND
41
42public:
43 // vftables
44 // NOLINTBEGIN
45 MCNAPI static void** $vftable();
46 // NOLINTEND
47};
Definition IDynamicContainerSerialization.h:12
static MCAPI void ** $vftable()
Definition ListTag.h:12
Definition SaveContext.h:5
Definition FullContainerName.h:8