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
10
class
BlockPalette
;
11
class
ServerPlayer
;
12
struct
ActorRotationComponent
;
13
struct
MoveInputComponent
;
14
// clang-format on
15
16
class
InventoryPacket
:
public
::Packet {
17
public
:
18
// virtual functions
19
// NOLINTBEGIN
20
virtual
void
21
handle(
::ServerPlayer
&,
::BlockPalette
&,
::MoveInputComponent
const
&,
::ActorRotationComponent
&,
bool
)
const
= 0;
22
23
virtual
~InventoryPacket
()
/*override*/
;
24
// NOLINTEND
25
26
public
:
27
// destructor thunk
28
// NOLINTBEGIN
29
MCFOLD
void
$dtor();
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
36
// NOLINTEND
37
};
BlockPalette
Definition
BlockPalette.h:19
InventoryPacket
Definition
InventoryPacket.h:16
ServerPlayer
Definition
ServerPlayer.h:67
ActorRotationComponent
Definition
ActorRotationComponent.h:8
MoveInputComponent
Definition
MoveInputComponent.h:11
src
mc
network
packet
InventoryPacket.h
Generated on
for LeviLamina by
1.16.1