LeviLamina
Loading...
Searching...
No Matches
ScriptItemEnchantmentLevelOutOfBoundsError.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/runtime/Error.h"
7
8namespace ScriptModuleMinecraft {
9
11public:
12 // prevent constructor by default
14
15public:
16 // member functions
17 // NOLINTBEGIN
19 ::std::string const& details,
20 ::std::string const& typeName,
21 int level,
22 int maxLevel
23 );
24 // NOLINTEND
25
26public:
27 // constructor thunks
28 // NOLINTBEGIN
29 MCNAPI void* $ctor(::std::string const& details, ::std::string const& typeName, int level, int maxLevel);
30 // NOLINTEND
31};
32
33} // namespace ScriptModuleMinecraft
Definition ScriptItemEnchantmentLevelOutOfBoundsError.h:10
MCAPI ScriptItemEnchantmentLevelOutOfBoundsError(::std::string const &details, ::std::string const &typeName, int level, int maxLevel)
MCAPI void * $ctor(::std::string const &details, ::std::string const &typeName, int level, int maxLevel)
Definition Error.h:7