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