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
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 // vIndex: 0
26 virtual ~ShiftedValueAmplifier() /*override*/ = default;
27
28 // vIndex: 1
29 virtual float getAmount(int amplification, float scale) const /*override*/;
30 // NOLINTEND
31
32public:
33 // virtual function thunks
34 // NOLINTBEGIN
35 MCNAPI float $getAmount(int amplification, float scale) const;
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
41 MCNAPI static void** $vftable();
42 // NOLINTEND
43};
Definition Amplifier.h:5
Definition ShiftedValueAmplifier.h:8
MCAPI float $getAmount(int amplification, float scale) const
static MCAPI void ** $vftable()
Definition Alias.h:14