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 // vIndex: 1
25 virtual int sample(::IRandom& random) const /*override*/;
26
27 // vIndex: 2
28 virtual int maxValue() const /*override*/;
29
30 // vIndex: 3
31 virtual int minValue() const /*override*/;
32
33 // vIndex: 0
34 virtual ~UniformInt() /*override*/ = default;
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
40 MCAPI int $sample(::IRandom& random) const;
41
42 MCFOLD int $maxValue() const;
43
44 MCFOLD int $minValue() const;
45 // NOLINTEND
46
47public:
48 // vftables
49 // NOLINTBEGIN
50 MCNAPI static void** $vftable();
51 // NOLINTEND
52};
Definition IRandom.h:13
Definition IntProviderType.h:10
Definition UniformInt.h:13
static MCAPI void ** $vftable()