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/binding_type/ErrorBindingBuilder.h"
7
#include "mc/deps/scripting/runtime/Error.h"
8
9
namespace
ScriptModuleMinecraft {
10
11
struct
ScriptItemEnchantmentLevelOutOfBoundsError
:
public
::Scripting::Error
{
12
public
:
13
// member functions
14
// NOLINTBEGIN
15
MCAPI
ScriptItemEnchantmentLevelOutOfBoundsError
(
16
::std::string
const
& details,
17
::std::string
const
& typeName,
18
int
level,
19
int
maxLevel
20
);
21
// NOLINTEND
22
23
public
:
24
// static functions
25
// NOLINTBEGIN
26
MCAPI static ::Scripting::ErrorBindingBuilder<::ScriptModuleMinecraft::ScriptItemEnchantmentLevelOutOfBoundsError>
27
bind();
28
// NOLINTEND
29
30
public
:
31
// constructor thunks
32
// NOLINTBEGIN
33
MCAPI
void
* $ctor(::std::string
const
& details, ::std::string
const
& typeName,
int
level,
int
maxLevel);
34
// NOLINTEND
35
};
36
37
}
// namespace ScriptModuleMinecraft
ScriptModuleMinecraft::ScriptItemEnchantmentLevelOutOfBoundsError
Definition
ScriptItemEnchantmentLevelOutOfBoundsError.h:11
Scripting::Error
Definition
Error.h:7
src
mc
scripting
modules
minecraft
items
ScriptItemEnchantmentLevelOutOfBoundsError.h
Generated on Sat Apr 26 2025 05:55:53 for LeviLamina by
1.12.0