LeviLamina
Loading...
Searching...
No Matches
ShiftedDurationAmplifier.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 // NOLINTEND
14
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 // vIndex: 0
19 virtual ~ShiftedDurationAmplifier() /*override*/ = default;
20
21 // vIndex: 2
22 virtual bool shouldBuff(int remainingDuration, int amplification) const /*override*/;
23
24 // vIndex: 3
25 virtual int getTickInterval(int amplification) const /*override*/;
26 // NOLINTEND
27
28public:
29 // virtual function thunks
30 // NOLINTBEGIN
31 MCAPI bool $shouldBuff(int remainingDuration, int amplification) const;
32
33 MCAPI int $getTickInterval(int amplification) const;
34 // NOLINTEND
35
36public:
37 // vftables
38 // NOLINTBEGIN
39 MCNAPI static void** $vftable();
40 // NOLINTEND
41};
Definition Amplifier.h:5
Definition ShiftedDurationAmplifier.h:8
static MCAPI void ** $vftable()