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