LeviLamina
Loading...
Searching...
No Matches
TridentLoyaltyEnchant.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 TridentLoyaltyEnchant : 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 ~TridentLoyaltyEnchant() /*override*/ = default;
19 // NOLINTEND
20
21public:
22 // virtual function thunks
23 // NOLINTBEGIN
24 MCAPI int $getMinCost(int level) const;
25
26 MCFOLD int $getMaxCost(int level) const;
27
28 MCFOLD int $getMaxLevel() const;
29
30
31 // NOLINTEND
32
33public:
34 // vftables
35 // NOLINTBEGIN
36 MCAPI static void** $vftable();
37 // NOLINTEND
38};
Definition TridentLoyaltyEnchant.h:8