LeviLamina
Loading...
Searching...
No Matches
ThrownPotion.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/ActorInitializationMethod.h"
7#include "mc/world/actor/projectile/Throwable.h"
8
9// auto generated forward declare list
10// clang-format off
11class CompoundTag;
12class DataLoadHelper;
13class HashedString;
15// clang-format on
16
17class ThrownPotion : public ::Throwable {
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 // vIndex: 4
22 virtual void
23 initializeComponents(::ActorInitializationMethod method, ::VariantParameterList const& params) /*override*/;
24
25 // vIndex: 137
26 virtual void addAdditionalSaveData(::CompoundTag& tag) const /*override*/;
27
28 // vIndex: 136
29 virtual void readAdditionalSaveData(::CompoundTag const& tag, ::DataLoadHelper& dataLoadHelper) /*override*/;
30
31 // vIndex: 120
32 virtual void setAuxValue(int aux) /*override*/;
33
34 // vIndex: 83
35 virtual ::HashedString const& queryEntityRenderer() const /*override*/;
36
37 // vIndex: 8
38 virtual ~ThrownPotion() /*override*/ = default;
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44
45 // NOLINTEND
46
47public:
48 // virtual function thunks
49 // NOLINTBEGIN
50 MCAPI void $initializeComponents(::ActorInitializationMethod method, ::VariantParameterList const& params);
51
52 MCAPI void $addAdditionalSaveData(::CompoundTag& tag) const;
53
54 MCAPI void $readAdditionalSaveData(::CompoundTag const& tag, ::DataLoadHelper& dataLoadHelper);
55
56 MCFOLD void $setAuxValue(int aux);
57
58 MCAPI ::HashedString const& $queryEntityRenderer() const;
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
64 MCAPI static void** $vftable();
65 // NOLINTEND
66};
Definition CompoundTag.h:13
Definition DataLoadHelper.h:20
Definition HashedString.h:5
Definition Throwable.h:24
Definition ThrownPotion.h:17
Definition VariantParameterList.h:5