LeviLamina
Loading...
Searching...
No Matches
ScriptItemUseOnAfterEvent.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/deps/scripting/runtime/Result_deprecated.h"
8#include "mc/scripting/modules/minecraft/events/ScriptItemUseOnEvent.h"
9
10// auto generated forward declare list
11// clang-format off
12class BlockPos;
13class Player;
14struct ItemUseOnEvent;
15namespace ScriptModuleMinecraft { class ScriptItemStack; }
16namespace Scripting { class WeakLifetimeScope; }
17namespace Scripting { struct ClassBinding; }
18// clang-format on
19
20namespace ScriptModuleMinecraft {
21
23public:
24 // member variables
25 // NOLINTBEGIN
29 // NOLINTEND
30
31public:
32 // prevent constructor by default
36
37public:
38 // member functions
39 // NOLINTBEGIN
41 ::ItemUseOnEvent const& itemEvent,
43 ::Player const& player,
45 );
46
47 MCNAPI ::Scripting::Result_deprecated<::BlockPos> getBlockLocation_V010() const;
48 // NOLINTEND
49
50public:
51 // static functions
52 // NOLINTBEGIN
53 MCNAPI static ::Scripting::ClassBinding bind();
54
55 MCNAPI static ::Scripting::ClassBinding bindV010();
56 // NOLINTEND
57
58public:
59 // constructor thunks
60 // NOLINTBEGIN
61 MCNAPI void* $ctor(
62 ::ItemUseOnEvent const& itemEvent,
64 ::Player const& player,
66 );
67 // NOLINTEND
68};
69
70} // namespace ScriptModuleMinecraft
Definition BlockPos.h:18
Definition Player.h:119
Definition StrongTypedObjectHandle.h:8
Definition WeakLifetimeScope.h:12
Definition ItemUseOnEvent.h:11
Definition ScriptItemUseOnAfterEvent.h:22
MCAPI void * $ctor(::ItemUseOnEvent const &itemEvent, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack > item, ::Player const &player, ::Scripting::WeakLifetimeScope const &scope)
MCAPI ScriptItemUseOnAfterEvent(::ItemUseOnEvent const &itemEvent, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack > item, ::Player const &player, ::Scripting::WeakLifetimeScope const &scope)
static MCAPI ::Scripting::ClassBinding bind()
static MCAPI ::Scripting::ClassBinding bindV010()
MCAPI ::Scripting::Result_deprecated<::BlockPos > getBlockLocation_V010() const
Definition ScriptItemUseOnEvent.h:12
Definition Alias.h:14