LeviLamina
Loading...
Searching...
No Matches
PlayerOpenedContainerEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/WeakEntityRef.h"
7#include "mc/deps/shared_types/legacy/ContainerType.h"
8#include "mc/legacy/ActorUniqueID.h"
9#include "mc/world/level/BlockPos.h"
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 24, ::WeakEntityRef> mPlayer;
16 ::ll::TypedStorage<1, 1, ::SharedTypes::Legacy::ContainerType> mContainerType;
17 ::ll::TypedStorage<8, 24, ::std::variant<::BlockPos, ::ActorUniqueID>> mOwner;
18 // NOLINTEND
19};
Definition PlayerOpenedContainerEvent.h:11