LeviLamina
Loading...
Searching...
No Matches
UniformInt.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/levelgen/v2/providers/IntProviderType.h"
7
8// auto generated forward declare list
9// clang-format off
10class IRandom;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<4, 4, int> mMinInclusive;
18 ::ll::TypedStorage<4, 4, int> mMaxInclusive;
19 // NOLINTEND
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 virtual int sample(::IRandom& random) const /*override*/;
25
26 virtual int maxValue() const /*override*/;
27
28 virtual int minValue() const /*override*/;
29 // NOLINTEND
30
31public:
32 // virtual function thunks
33 // NOLINTBEGIN
34 MCAPI int $sample(::IRandom& random) const;
35
36#ifdef LL_PLAT_S
37 MCAPI int $maxValue() const;
38#else // LL_PLAT_C
39 MCFOLD int $maxValue() const;
40#endif
41
42 MCFOLD int $minValue() const;
43
44
45 // NOLINTEND
46
47public:
48 // vftables
49 // NOLINTBEGIN
50 MCNAPI static void** $vftable();
51 // NOLINTEND
52};
Definition IRandom.h:10
Definition IntProviderType.h:10
Definition UniformInt.h:13
static MCAPI void ** $vftable()