LeviLamina
Loading...
Searching...
No Matches
ScriptItemCompleteUseAfterEvent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
7
#include "mc/scripting/modules/minecraft/events/ScriptItemCompleteUseEvent.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
Player
;
12
struct
ItemCompleteUseEvent
;
13
namespace
ScriptModuleMinecraft {
class
ScriptItemStack
; }
14
namespace
Scripting {
class
WeakLifetimeScope
; }
15
namespace
Scripting {
struct
ClassBinding
; }
16
// clang-format on
17
18
namespace
ScriptModuleMinecraft {
19
20
struct
ScriptItemCompleteUseAfterEvent :
public
::ScriptModuleMinecraft::ScriptItemCompleteUseEvent
{
21
public
:
22
// member variables
23
// NOLINTBEGIN
24
::ll::TypedStorage<4, 4, int> mUseDuration;
25
// NOLINTEND
26
27
public
:
28
// prevent constructor by default
29
ScriptItemCompleteUseAfterEvent();
30
31
public
:
32
// member functions
33
// NOLINTBEGIN
34
MCAPI ScriptItemCompleteUseAfterEvent(
35
::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack>
item,
36
::Player
const
& player,
37
::ItemCompleteUseEvent
const
& itemEvent,
38
::Scripting::WeakLifetimeScope
const
& scope
39
);
40
// NOLINTEND
41
42
public
:
43
// static functions
44
// NOLINTBEGIN
45
MCAPI static ::Scripting::ClassBinding bind();
46
47
MCAPI static ::Scripting::ClassBinding bindV010();
48
// NOLINTEND
49
50
public
:
51
// constructor thunks
52
// NOLINTBEGIN
53
MCAPI
void
* $ctor(
54
::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack>
item,
55
::Player
const
& player,
56
::ItemCompleteUseEvent
const
& itemEvent,
57
::Scripting::WeakLifetimeScope
const
& scope
58
);
59
// NOLINTEND
60
};
61
62
}
// namespace ScriptModuleMinecraft
Player
Definition
Player.h:125
ScriptModuleMinecraft::ScriptItemStack
Definition
ScriptItemStack.h:33
Scripting::StrongTypedObjectHandle
Definition
StrongTypedObjectHandle.h:8
Scripting::WeakLifetimeScope
Definition
WeakLifetimeScope.h:7
ItemCompleteUseEvent
Definition
ItemCompleteUseEvent.h:8
ScriptModuleMinecraft::ScriptItemCompleteUseEvent
Definition
ScriptItemCompleteUseEvent.h:17
Scripting::ClassBinding
Definition
ClassBinding.h:19
src
mc
scripting
modules
minecraft
events
ScriptItemCompleteUseAfterEvent.h
Generated on
for LeviLamina by
1.16.1