LeviLamina
Loading...
Searching...
No Matches
ContainerDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/ContainerType.h"
7#include "mc/world/actor/ActorComponentDescription.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 4, int> mSize;
19 ::ll::TypedStorage<1, 1, bool> mCanBesiphonedFrom;
20 ::ll::TypedStorage<1, 1, bool> mPrivate;
21 ::ll::TypedStorage<1, 1, bool> mRestrictToOwner;
22 ::ll::TypedStorage<4, 4, int> mSlotsPerStrength;
23 ::ll::TypedStorage<1, 1, ::SharedTypes::Legacy::ContainerType> mContainerType;
24 // NOLINTEND
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 virtual char const* getJsonName() const /*override*/;
30
31 virtual void deserializeData(::DeserializeDataParams deserializeDataParams) /*override*/;
32
33 virtual ~ContainerDescription() /*override*/;
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39 MCFOLD void $dtor();
40 // NOLINTEND
41
42public:
43 // virtual function thunks
44 // NOLINTBEGIN
45 MCAPI char const* $getJsonName() const;
46
47 MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
48
49
50 // NOLINTEND
51
52public:
53 // vftables
54 // NOLINTBEGIN
55 MCNAPI static void** $vftable();
56 // NOLINTEND
57};
Definition ActorComponentDescription.h:8
Definition ContainerDescription.h:14
static MCAPI void ** $vftable()
Definition DeserializeDataParams.h:16