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