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 // virtual function thunks
36 // NOLINTBEGIN
37 MCNAPI bool $shouldBuff(int remainingDuration, int amplification) const;
38
39 MCNAPI int $getTickInterval(int amplification) const;
40 // NOLINTEND
41
42public:
43 // vftables
44 // NOLINTBEGIN
45 MCNAPI static void** $vftable();
46 // NOLINTEND
47};
Definition Amplifier.h:5
Definition ShiftedDurationAmplifier.h:8
MCAPI bool $shouldBuff(int remainingDuration, int amplification) const
static MCAPI void ** $vftable()
MCAPI int $getTickInterval(int amplification) const
Definition Alias.h:14