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
10class Item;
11namespace Scripting { struct ClassBinding; }
12// clang-format on
13
14namespace ScriptModuleMinecraft {
15
17public:
18 // ScriptItemType inner types define
19 using Key = ::std::string;
20
21public:
22 // member variables
23 // NOLINTBEGIN
24 ::ll::TypedStorage<8, 8, ::WeakPtr<::Item const>> mItem;
25 // NOLINTEND
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCAPI ::std::string getName() const;
31 // NOLINTEND
32
33public:
34 // static functions
35 // NOLINTBEGIN
36 MCAPI static ::Scripting::ClassBinding bind();
37 // NOLINTEND
38};
39
40} // namespace ScriptModuleMinecraft
Definition Item.h:69
Definition ScriptItemType.h:16
Definition ClassBinding.h:19