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
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 // vIndex: 0
25 virtual ~ShiftedDurationAmplifier() /*override*/ = default;
26
27 // vIndex: 2
28 virtual bool shouldBuff(int remainingDuration, int amplification) const /*override*/;
29
30 // vIndex: 3
31 virtual int getTickInterval(int amplification) const /*override*/;
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37
38 // NOLINTEND
39
40public:
41 // virtual function thunks
42 // NOLINTBEGIN
43 MCAPI bool $shouldBuff(int remainingDuration, int amplification) const;
44
45 MCAPI int $getTickInterval(int amplification) const;
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCAPI static void** $vftable();
52 // NOLINTEND
53};
Definition Amplifier.h:5
Definition ShiftedDurationAmplifier.h:8
Definition Alias.h:14