LeviLamina
Loading...
Searching...
No Matches
NetworkIdentifierWithSubId.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
#include "mc/network/NetworkIdentifier.h"
5
6
// auto generated inclusion list
7
#include "mc/common/SubClientId.h"
8
#include "mc/network/NetworkIdentifier.h"
9
10
struct
NetworkIdentifierWithSubId
{
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::NetworkIdentifier
id;
15
::SubClientId subClientId;
16
// NOLINTEND
17
18
public
:
19
// member functions
20
// NOLINTBEGIN
21
MCAPI
bool
operator<(
::NetworkIdentifierWithSubId
const
& other)
const
;
22
23
MCAPI
bool
operator==(
::NetworkIdentifierWithSubId
const
& other)
const
;
24
// NOLINTEND
25
};
NetworkIdentifier
Definition
NetworkIdentifier.h:10
NetworkIdentifierWithSubId
Definition
NetworkIdentifierWithSubId.h:10
src
mc
network
NetworkIdentifierWithSubId.h
Generated on
for LeviLamina by
1.16.1