LeviLamina
Loading...
Searching...
No Matches
DimensionBrightnessRamp.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<4, 64, float[16]> mBrightnessRamp;
10 // NOLINTEND
11
12public:
13 // virtual functions
14 // NOLINTBEGIN
15 virtual ~DimensionBrightnessRamp() = default;
16
17 virtual void buildBrightnessRamp();
18
19 virtual float getBaseAmbientValue() const;
20 // NOLINTEND
21
22public:
23 // virtual function thunks
24 // NOLINTBEGIN
25 MCAPI void $buildBrightnessRamp();
26
27 MCFOLD float $getBaseAmbientValue() const;
28
29
30 // NOLINTEND
31
32public:
33 // vftables
34 // NOLINTBEGIN
35 MCNAPI static void** $vftable();
36 // NOLINTEND
37};
Definition DimensionBrightnessRamp.h:5
static MCAPI void ** $vftable()