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
// vIndex: 16
21
virtual
void
22
handle(
::ServerPlayer
&,
::BlockPalette
&,
::MoveInputComponent
const
&,
::ActorRotationComponent
&,
bool
)
const
= 0;
23
24
// vIndex: 0
25
virtual
~InventoryPacket
()
/*override*/
;
26
// NOLINTEND
27
28
public
:
29
// destructor thunk
30
// NOLINTBEGIN
31
MCFOLD
void
$dtor();
32
// NOLINTEND
33
34
public
:
35
// virtual function thunks
36
// NOLINTBEGIN
37
38
// NOLINTEND
39
};
BlockPalette
Definition
BlockPalette.h:19
InventoryPacket
Definition
InventoryPacket.h:16
Packet
Definition
Packet.h:43
ServerPlayer
Definition
ServerPlayer.h:65
ActorRotationComponent
Definition
ActorRotationComponent.h:8
MoveInputComponent
Definition
MoveInputComponent.h:10
src-server
mc
network
packet
InventoryPacket.h
Generated on Sun Oct 12 2025 06:31:55 for LeviLamina by
1.12.0