LeviLamina
Loading...
Searching...
No Matches
ContainerClosePacketPayload.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/ContainerID.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<1, 1, ::ContainerID> mContainerId;
14 ::ll::TypedStorage<1, 1, ::SharedTypes::Legacy::ContainerType> mContainerType;
15 ::ll::TypedStorage<1, 1, bool> mServerInitiatedClose;
16 // NOLINTEND
17};
Definition ContainerClosePacketPayload.h:9