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 virtual int getMinCost(int level) const /*override*/;
13
14 virtual int getMaxCost(int level) const /*override*/;
15
16 virtual int getMaxLevel() const /*override*/;
17
18 virtual bool _isValidEnchantmentTypeForCategory(::Enchant::Type type) const /*override*/;
19 // NOLINTEND
20
21public:
22 // static variables
23 // NOLINTBEGIN
24 MCAPI static ::std::vector<::Enchant::Type> const& VALID_ENCHANTMENTS();
25 // NOLINTEND
26
27public:
28 // virtual function thunks
29 // NOLINTBEGIN
30 MCAPI int $getMinCost(int level) const;
31
32 MCAPI int $getMaxCost(int level) const;
33
34 MCAPI int $getMaxLevel() const;
35
36 MCAPI bool $_isValidEnchantmentTypeForCategory(::Enchant::Type type) const;
37
38
39 // NOLINTEND
40
41public:
42 // vftables
43 // NOLINTBEGIN
44 MCAPI static void** $vftable();
45 // NOLINTEND
46};
Definition SwimEnchant.h:8