LeviLamina
Loading...
Searching...
No Matches
InventoryPacket.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/network/Packet.h"
7
8// auto generated forward declare list
9// clang-format off
10class BlockPalette;
11class ServerPlayer;
14// clang-format on
15
16class InventoryPacket : public ::Packet {
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 // vIndex: 16
21 virtual void
23
24 // vIndex: 0
25 virtual ~InventoryPacket() /*override*/;
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31 MCFOLD void $dtor();
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37
38 // NOLINTEND
39};
Definition BlockPalette.h:19
Definition InventoryPacket.h:16
Definition Packet.h:43
Definition ServerPlayer.h:65
Definition ActorRotationComponent.h:8
Definition MoveInputComponent.h:10