LeviLamina
Loading...
Searching...
No Matches
ContainerWeakRef.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/legacy/ActorUniqueID.h"
7#include "mc/world/TypedRuntimeId.h"
8#include "mc/world/inventory/ActorContainerType.h"
9#include "mc/world/level/BlockPos.h"
10
11// auto generated forward declare list
12// clang-format off
13class BlockSource;
14class Container;
17// clang-format on
18
20public:
21 // member variables
22 // NOLINTBEGIN
23 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mContainerActor;
24 ::ll::TypedStorage<4, 4, ::ActorContainerType> mActorContainerType;
25 ::ll::TypedStorage<4, 12, ::BlockPos> mBlockPosition;
26 ::ll::TypedStorage<4, 4, ::ContainerRuntimeId> mContainerRuntimeId;
27 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::Container>> mWeakContainer;
28 // NOLINTEND
29
30public:
31 // member functions
32 // NOLINTBEGIN
33#ifdef LL_PLAT_C
34 MCNAPI ::ContainerWeakRefData tryGetContainer(::BlockSource& region) const;
35#endif
36 // NOLINTEND
37};
Definition BlockSource.h:71
Definition ContainerWeakRef.h:19
Definition Container.h:33
Definition ContainerRuntimeIdTag.h:5
Definition ContainerWeakRefData.h:12