LeviLamina
Loading...
Searching...
No Matches
SwimEnchant.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 SwimEnchant : 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 ~SwimEnchant() /*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 // destructor thunk
36 // NOLINTBEGIN
37
38 // NOLINTEND
39
40public:
41 // virtual function thunks
42 // NOLINTBEGIN
43 MCAPI int $getMinCost(int level) const;
44
45 MCAPI int $getMaxCost(int level) const;
46
47 MCAPI int $getMaxLevel() const;
48
49 MCAPI bool $_isValidEnchantmentTypeForCategory(::Enchant::Type type) const;
50 // NOLINTEND
51
52public:
53 // vftables
54 // NOLINTBEGIN
55 MCAPI static void** $vftable();
56 // NOLINTEND
57};
Definition Enchant.h:14
Definition SwimEnchant.h:8