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 Container;
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mContainerActor;
22 ::ll::TypedStorage<4, 4, ::ActorContainerType> mActorContainerType;
23 ::ll::TypedStorage<4, 12, ::BlockPos> mBlockPosition;
24 ::ll::TypedStorage<4, 4, ::ContainerRuntimeId> mContainerRuntimeId;
25 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::Container>> mWeakContainer;
26 // NOLINTEND
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCNAPI explicit operator bool() const;
32
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39 MCNAPI void $dtor();
40 // NOLINTEND
41};
Definition ContainerWeakRef.h:17
MCAPI void $dtor()
MCAPI ~ContainerWeakRef()
Definition Container.h:30
Definition ContainerRuntimeIdTag.h:5