LeviLamina
Loading...
Searching...
No Matches
TypedServerNetId.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
template
<
typename
T0,
typename
T1,
int
T2>
6
class
TypedServerNetId
{
7
public
:
8
T1 mRawId;
9
MCAPI
static
T1 sNextRawId;
10
TypedServerNetId
(T1
const
& rawId) : mRawId(rawId) {}
11
[[nodiscard]]
constexpr
explicit
operator
T1() {
return
mRawId; }
12
};
TypedServerNetId
Definition
TypedServerNetId.h:6
src
mc
world
inventory
network
TypedServerNetId.h
Generated on Sat Apr 26 2025 05:56:11 for LeviLamina by
1.12.0