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#include "mc/world/effect/EffectDuration.h"
8
9// auto generated forward declare list
10// clang-format off
11class Amplifier;
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
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 0
33 virtual ~TemporalAttributeBuff() /*override*/;
34
35 // vIndex: 4
36 virtual bool shouldBuff() const;
37
38 // vIndex: 5
39 virtual bool isComplete() const;
40
41 // vIndex: 1
42 virtual bool isInstantaneous() const /*override*/;
43
44 // vIndex: 2
45 virtual bool isSerializable() const /*override*/;
46
47 // vIndex: 3
48 virtual void setDurationAmplifier(::std::shared_ptr<::Amplifier> amplifier) /*override*/;
49 // NOLINTEND
50
51public:
52 // member functions
53 // NOLINTBEGIN
55 // NOLINTEND
56
57public:
58 // constructor thunks
59 // NOLINTBEGIN
60 MCNAPI void* $ctor(::TemporalAttributeBuff const&);
61 // NOLINTEND
62
63public:
64 // destructor thunk
65 // NOLINTBEGIN
66 MCNAPI void $dtor();
67 // NOLINTEND
68
69public:
70 // virtual function thunks
71 // NOLINTBEGIN
72 MCNAPI bool $shouldBuff() const;
73
74 MCNAPI bool $isComplete() const;
75
76 MCNAPI bool $isInstantaneous() const;
77
78 MCNAPI bool $isSerializable() const;
79
80 MCNAPI void $setDurationAmplifier(::std::shared_ptr<::Amplifier> amplifier);
81 // NOLINTEND
82
83public:
84 // vftables
85 // NOLINTBEGIN
86 MCNAPI static void** $vftable();
87 // NOLINTEND
88};
Definition Amplifier.h:5
Definition AttributeBuff.h:14
Definition TemporalAttributeBuff.h:14
MCAPI bool $isSerializable() const
MCAPI void $setDurationAmplifier(::std::shared_ptr<::Amplifier > amplifier)
MCAPI bool $isComplete() const
MCAPI bool $isInstantaneous() const
MCAPI bool $shouldBuff() const
MCAPI void * $ctor(::TemporalAttributeBuff const &)
MCAPI TemporalAttributeBuff(::TemporalAttributeBuff const &)
static MCAPI void ** $vftable()