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 // virtual function thunks
43 // NOLINTBEGIN
44 MCAPI void $initializeComponents(::ActorInitializationMethod method, ::VariantParameterList const& params);
45
46 MCAPI void $addAdditionalSaveData(::CompoundTag& tag) const;
47
48 MCAPI void $readAdditionalSaveData(::CompoundTag const& tag, ::DataLoadHelper& dataLoadHelper);
49
50 MCFOLD void $setAuxValue(int aux);
51
52 MCAPI ::HashedString const& $queryEntityRenderer() const;
53 // NOLINTEND
54
55public:
56 // vftables
57 // NOLINTBEGIN
58 MCNAPI static void** $vftable();
59 // NOLINTEND
60};
Definition CompoundTag.h:13
Definition DataLoadHelper.h:20
Definition HashedString.h:5
Definition Throwable.h:24
Definition ThrownPotion.h:17
static MCAPI void ** $vftable()
Definition VariantParameterList.h:5