LeviLamina
Loading...
Searching...
No Matches
BowEnchant.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
8class BowEnchant : public ::Enchant {
9public:
10 // virtual functions
11 // NOLINTBEGIN
12 // vIndex: 2
13 virtual int getMinCost(int level) const /*override*/;
14
15 // vIndex: 3
16 virtual int getMaxCost(int level) const /*override*/;
17
18 // vIndex: 5
19 virtual int getMaxLevel() const /*override*/;
20
21 // vIndex: 16
22 virtual bool _isValidEnchantmentTypeForCategory(::Enchant::Type type) const /*override*/;
23
24 // vIndex: 0
25 virtual ~BowEnchant() /*override*/ = default;
26 // NOLINTEND
27
28public:
29 // static variables
30 // NOLINTBEGIN
31 MCAPI static ::std::vector<::Enchant::Type> const& VALID_ENCHANTMENTS();
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37 MCAPI int $getMinCost(int level) const;
38
39 MCAPI int $getMaxCost(int level) const;
40
41 MCAPI int $getMaxLevel() const;
42
43 MCAPI bool $_isValidEnchantmentTypeForCategory(::Enchant::Type type) const;
44 // NOLINTEND
45
46public:
47 // vftables
48 // NOLINTBEGIN
49 MCNAPI static void** $vftable();
50 // NOLINTEND
51};
Definition BowEnchant.h:8
static MCAPI void ** $vftable()
Definition Enchant.h:16