LeviLamina
Loading...
Searching...
No Matches
ScriptItemType.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/common/WeakPtr.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Item
;
11
namespace
Scripting {
struct
ClassBinding
; }
12
// clang-format on
13
14
namespace
ScriptModuleMinecraft {
15
16
class
ScriptItemType
{
17
public
:
18
// ScriptItemType inner types define
19
using
Key = ::std::string;
20
21
public
:
22
// member variables
23
// NOLINTBEGIN
24
::ll::TypedStorage<8, 8, ::WeakPtr<::Item const>> mItem;
25
// NOLINTEND
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCAPI ::std::string getName()
const
;
31
// NOLINTEND
32
33
public
:
34
// static functions
35
// NOLINTBEGIN
36
MCAPI static ::Scripting::ClassBinding bind();
37
// NOLINTEND
38
};
39
40
}
// namespace ScriptModuleMinecraft
Item
Definition
Item.h:69
ScriptModuleMinecraft::ScriptItemType
Definition
ScriptItemType.h:16
Scripting::ClassBinding
Definition
ClassBinding.h:19
src
mc
scripting
modules
minecraft
items
ScriptItemType.h
Generated on
for LeviLamina by
1.16.1