LeviLamina
Loading...
Searching...
No Matches
InstantaneousAttributeBuff.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/attribute/AttributeBuff.h"
7
#include "mc/world/attribute/AttributeBuffType.h"
8
9
class
InstantaneousAttributeBuff
:
public
::AttributeBuff
{
10
public
:
11
// prevent constructor by default
12
InstantaneousAttributeBuff
();
13
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
// vIndex: 0
18
virtual
~InstantaneousAttributeBuff
()
/*override*/
;
19
20
// vIndex: 1
21
virtual
bool
isInstantaneous()
const
/*override*/
;
22
23
// vIndex: 2
24
virtual
bool
isSerializable()
const
/*override*/
;
25
// NOLINTEND
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCAPI
InstantaneousAttributeBuff
(
float
amount, ::AttributeBuffType type);
31
// NOLINTEND
32
33
public
:
34
// constructor thunks
35
// NOLINTBEGIN
36
MCAPI
void
* $ctor(
float
amount, ::AttributeBuffType type);
37
// NOLINTEND
38
39
public
:
40
// destructor thunk
41
// NOLINTBEGIN
42
MCAPI
void
$dtor();
43
// NOLINTEND
44
45
public
:
46
// virtual function thunks
47
// NOLINTBEGIN
48
MCFOLD
bool
$isInstantaneous()
const
;
49
50
MCFOLD
bool
$isSerializable()
const
;
51
// NOLINTEND
52
53
public
:
54
// vftables
55
// NOLINTBEGIN
56
MCAPI
static
void
** $vftable();
57
// NOLINTEND
58
};
AttributeBuff
Definition
AttributeBuff.h:14
InstantaneousAttributeBuff
Definition
InstantaneousAttributeBuff.h:9
src-server
mc
world
attribute
InstantaneousAttributeBuff.h
Generated on Tue Nov 25 2025 04:01:39 for LeviLamina by
1.12.0