LeviLamina
Loading...
Searching...
No Matches
SoulSpeedEnchant.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/enchanting/Enchant.h"
7
8// auto generated forward declare list
9// clang-format off
10class Actor;
11namespace mce { class UUID; }
12// clang-format on
13
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 // vIndex: 2
19 virtual int getMinCost(int level) const /*override*/;
20
21 // vIndex: 3
22 virtual int getMaxCost(int level) const /*override*/;
23
24 // vIndex: 5
25 virtual int getMaxLevel() const /*override*/;
26
27 // vIndex: 14
28 virtual bool isTreasureOnly() const /*override*/;
29
30 // vIndex: 15
31 virtual bool isDiscoverable() const /*override*/;
32
33 // vIndex: 0
34 virtual ~SoulSpeedEnchant() /*override*/ = default;
35 // NOLINTEND
36
37public:
38 // static functions
39 // NOLINTBEGIN
40 MCAPI static int getLevel(::Actor const& entity);
41 // NOLINTEND
42
43public:
44 // static variables
45 // NOLINTBEGIN
46 MCAPI static ::mce::UUID const& SOUL_SPEED_BOOST_UUID();
47 // NOLINTEND
48
49public:
50 // virtual function thunks
51 // NOLINTBEGIN
52 MCFOLD int $getMinCost(int level) const;
53
54 MCFOLD int $getMaxCost(int level) const;
55
56 MCFOLD int $getMaxLevel() const;
57
58 MCFOLD bool $isTreasureOnly() const;
59
60 MCFOLD bool $isDiscoverable() const;
61 // NOLINTEND
62
63public:
64 // vftables
65 // NOLINTBEGIN
66 MCNAPI static void** $vftable();
67 // NOLINTEND
68};
Definition Actor.h:103
Definition Enchant.h:16
Definition SoulSpeedEnchant.h:14
static MCAPI void ** $vftable()