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