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