LeviLamina
Loading...
Searching...
No Matches
CrossbowEnchant.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 CrossbowEnchant : 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: 1
22 virtual bool isCompatibleWith(::Enchant::Type type) const /*override*/;
23
24 // vIndex: 16
25 virtual bool _isValidEnchantmentTypeForCategory(::Enchant::Type type) const /*override*/;
26
27 // vIndex: 0
28 virtual ~CrossbowEnchant() /*override*/ = default;
29 // NOLINTEND
30
31public:
32 // static variables
33 // NOLINTBEGIN
34 MCAPI static ::std::vector<::Enchant::Type> const& VALID_ENCHANTMENTS();
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
40 MCAPI int $getMinCost(int level) const;
41
42 MCAPI int $getMaxCost(int level) const;
43
44 MCAPI int $getMaxLevel() const;
45
46 MCAPI bool $isCompatibleWith(::Enchant::Type type) const;
47
48 MCAPI bool $_isValidEnchantmentTypeForCategory(::Enchant::Type type) const;
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCNAPI static void** $vftable();
55 // NOLINTEND
56};
Definition CrossbowEnchant.h:8
static MCAPI void ** $vftable()
Definition Enchant.h:16