LeviLamina
Loading...
Searching...
No Matches
ShiftedValueAmplifier.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/attribute/Amplifier.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<4, 4, int> mShiftedValue;
13 ::ll::TypedStorage<4, 4, float> mScalar;
14 // NOLINTEND
15
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 0
20 virtual ~ShiftedValueAmplifier() /*override*/ = default;
21
22 // vIndex: 1
23 virtual float getAmount(int amplification, float scale) const /*override*/;
24 // NOLINTEND
25
26public:
27 // virtual function thunks
28 // NOLINTBEGIN
29 MCAPI float $getAmount(int amplification, float scale) const;
30 // NOLINTEND
31
32public:
33 // vftables
34 // NOLINTBEGIN
35 MCNAPI static void** $vftable();
36 // NOLINTEND
37};
Definition Amplifier.h:5
Definition ShiftedValueAmplifier.h:8
static MCAPI void ** $vftable()