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 // virtual function thunks
33 // NOLINTBEGIN
34 MCFOLD int $getMinCost(int level) const;
35
36 MCFOLD int $getMaxCost(int level) const;
37
38 MCFOLD int $getMaxLevel() const;
39
40 MCFOLD bool $isTreasureOnly() const;
41
42 MCFOLD bool $isDiscoverable() const;
43 // NOLINTEND
44
45public:
46 // vftables
47 // NOLINTBEGIN
48 MCNAPI static void** $vftable();
49 // NOLINTEND
50};
Definition Enchant.h:16
Definition SwiftSneakEnchant.h:8
static MCAPI void ** $vftable()