LeviLamina
Loading...
Searching...
No Matches
ContainerOpenPacketPayload.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/legacy/ActorUniqueID.h"
8
#include "mc/world/ContainerID.h"
9
#include "mc/world/level/BlockPos.h"
10
11
struct
ContainerOpenPacketPayload
{
12
public
:
13
// member variables
14
// NOLINTBEGIN
15
::ll::TypedStorage<1, 1, ::ContainerID> mContainerId;
16
::ll::TypedStorage<1, 1, ::SharedTypes::Legacy::ContainerType> mType;
17
::ll::TypedStorage<4, 12, ::BlockPos> mPos;
18
::ll::TypedStorage<8, 8, ::ActorUniqueID> mEntityUniqueID;
19
// NOLINTEND
20
};
ContainerOpenPacketPayload
Definition
ContainerOpenPacketPayload.h:11
src
mc
network
packet
ContainerOpenPacketPayload.h
Generated on
for LeviLamina by
1.16.1