LeviLamina
Loading...
Searching...
No Matches
EntityNetId.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/platform/Result.h"
7
8// auto generated forward declare list
9// clang-format off
10class EntityContext;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 4, uint> mRawId;
19 // NOLINTEND
20
21public:
22 // static functions
23 // NOLINTBEGIN
24 MCNAPI static ::EntityNetId _serverGetEntityNetId(::EntityContext const& entity);
25
26 MCNAPI static uint cerealize(::EntityNetId const& instance);
27
28 MCNAPI static void decerealize(::EntityNetId& instance, uint value);
29
30 MCNAPI static ::Bedrock::Result<::EntityNetId> deserialize(::ReadOnlyBinaryStream& stream);
31 // NOLINTEND
32};
Definition EntityContext.h:17
Definition EntityNetId.h:14
static MCAPI ::EntityNetId _serverGetEntityNetId(::EntityContext const &entity)
static MCAPI uint cerealize(::EntityNetId const &instance)
static MCAPI ::Bedrock::Result<::EntityNetId > deserialize(::ReadOnlyBinaryStream &stream)
static MCAPI void decerealize(::EntityNetId &instance, uint value)
Definition ReadOnlyBinaryStream.h:8