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