LeviLamina
Loading...
Searching...
No Matches
TemporalAttributeBuff.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/attribute/AttributeBuff.h"
7
8// auto generated forward declare list
9// clang-format off
10class Amplifier;
11struct EffectDuration;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 4, ::EffectDuration> mDuration;
19 ::ll::TypedStorage<4, 4, int> mLifeTimer;
20 ::ll::TypedStorage<4, 4, float> mBaseAmount;
21 ::ll::TypedStorage<1, 1, bool> mIsSerializable;
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 // vIndex: 0
32 virtual ~TemporalAttributeBuff() /*override*/;
33
34 // vIndex: 4
35 virtual bool shouldBuff() const;
36
37 // vIndex: 5
38 virtual bool isComplete() const;
39
40 // vIndex: 1
41 virtual bool isInstantaneous() const /*override*/;
42
43 // vIndex: 2
44 virtual bool isSerializable() const /*override*/;
45
46 // vIndex: 3
47 virtual void setDurationAmplifier(::std::shared_ptr<::Amplifier> amplifier) /*override*/;
48 // NOLINTEND
49
50public:
51 // member functions
52 // NOLINTBEGIN
54 // NOLINTEND
55
56public:
57 // constructor thunks
58 // NOLINTBEGIN
59 MCAPI void* $ctor(::TemporalAttributeBuff const&);
60 // NOLINTEND
61
62public:
63 // destructor thunk
64 // NOLINTBEGIN
65 MCAPI void $dtor();
66 // NOLINTEND
67
68public:
69 // virtual function thunks
70 // NOLINTBEGIN
71 MCAPI bool $shouldBuff() const;
72
73 MCAPI bool $isComplete() const;
74
75 MCFOLD bool $isInstantaneous() const;
76
77 MCAPI bool $isSerializable() const;
78
79 MCAPI void $setDurationAmplifier(::std::shared_ptr<::Amplifier> amplifier);
80 // NOLINTEND
81
82public:
83 // vftables
84 // NOLINTBEGIN
85 MCAPI static void** $vftable();
86 // NOLINTEND
87};
Definition Amplifier.h:5
Definition AttributeBuff.h:14
Definition TemporalAttributeBuff.h:14
Definition EffectDuration.h:5