LeviLamina
Loading...
Searching...
No Matches
AddBehaviorTreePacket.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/network/MinecraftPacketIds.h"
7
#include "mc/network/packet/Packet.h"
8
#include "mc/platform/Result.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
BinaryStream
;
13
class
ReadOnlyBinaryStream
;
14
// clang-format on
15
16
class
AddBehaviorTreePacket
:
public
::Packet
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<8, 32, ::std::string> mJsonInput;
21
// NOLINTEND
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
// vIndex: 0
27
virtual
~AddBehaviorTreePacket
()
/*override*/
=
default
;
28
29
// vIndex: 1
30
virtual ::MinecraftPacketIds getId()
const
/*override*/
;
31
32
// vIndex: 2
33
virtual ::std::string getName()
const
/*override*/
;
34
35
// vIndex: 4
36
virtual
void
write(
::BinaryStream
& stream)
const
/*override*/
;
37
38
// vIndex: 8
39
virtual ::Bedrock::Result<void> _read(
::ReadOnlyBinaryStream
& stream)
/*override*/
;
40
// NOLINTEND
41
42
public
:
43
// virtual function thunks
44
// NOLINTBEGIN
45
MCAPI ::MinecraftPacketIds $getId()
const
;
46
47
MCAPI ::std::string $getName()
const
;
48
49
MCAPI
void
$write(
::BinaryStream
& stream)
const
;
50
51
MCAPI ::Bedrock::Result<void> $_read(
::ReadOnlyBinaryStream
& stream);
52
// NOLINTEND
53
54
public
:
55
// vftables
56
// NOLINTBEGIN
57
MCNAPI
static
void
**
$vftable
();
58
// NOLINTEND
59
};
AddBehaviorTreePacket
Definition
AddBehaviorTreePacket.h:16
AddBehaviorTreePacket::$vftable
static MCAPI void ** $vftable()
BinaryStream
Definition
BinaryStream.h:10
Packet
Definition
Packet.h:26
ReadOnlyBinaryStream
Definition
ReadOnlyBinaryStream.h:8
src
mc
network
packet
AddBehaviorTreePacket.h
Generated on Fri Jun 13 2025 05:04:42 for LeviLamina by
1.12.0