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
8
class
ShiftedDurationAmplifier
:
public
::Amplifier
{
9
public
:
10
// member variables
11
// NOLINTBEGIN
12
::ll::TypedStorage<4, 4, int> mShiftedValue;
13
// NOLINTEND
14
15
public
:
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
28
public
:
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
36
public
:
37
// vftables
38
// NOLINTBEGIN
39
MCNAPI
static
void
**
$vftable
();
40
// NOLINTEND
41
};
Amplifier
Definition
Amplifier.h:5
ShiftedDurationAmplifier
Definition
ShiftedDurationAmplifier.h:8
ShiftedDurationAmplifier::$vftable
static MCAPI void ** $vftable()
src-server
mc
world
attribute
ShiftedDurationAmplifier.h
Generated on Tue Nov 25 2025 04:01:39 for LeviLamina by
1.12.0