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
25 // NOLINTEND
26
27public:
28 // destructor thunk
29 // NOLINTBEGIN
30 MCFOLD void $dtor();
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36
37 // NOLINTEND
38
39public:
40 // vftables
41 // NOLINTBEGIN
42 MCAPI static void** $vftable();
43 // NOLINTEND
44};
Definition IDynamicContainerSerialization.h:12
Definition ListTag.h:12
Definition SaveContext.h:5
Definition FullContainerName.h:8