LeviLamina
Loading...
Searching...
No Matches
WeightedRandom.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
WeightedRandom
{
6
public
:
7
// WeightedRandom inner types declare
8
// clang-format off
9
class
WeighedRandomItem
;
10
// clang-format on
11
12
// WeightedRandom inner types define
13
class
WeighedRandomItem
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<4, 4, int> mRandomWeight;
18
// NOLINTEND
19
};
20
};
WeightedRandom::WeighedRandomItem
Definition
WeightedRandom.h:13
WeightedRandom
Definition
WeightedRandom.h:5
src-server
mc
util
WeightedRandom.h
Generated on Tue Nov 25 2025 04:00:43 for LeviLamina by
1.12.0