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/binding_type/ClassBindingBuilder.h"
7#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
8#include "mc/deps/scripting/runtime/Result_deprecated.h"
9#include "mc/scripting/modules/minecraft/events/ScriptItemUseOnEvent.h"
10
11// auto generated forward declare list
12// clang-format off
13class BlockPos;
14class Player;
15struct ItemUseOnEvent;
16namespace ScriptModuleMinecraft { class ScriptItemStack; }
17namespace Scripting { class WeakLifetimeScope; }
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 MCAPI ::Scripting::Result_deprecated<::BlockPos> getBlockLocation_V010() const;
48 // NOLINTEND
49
50public:
51 // static functions
52 // NOLINTBEGIN
53 MCAPI static ::Scripting::ClassBindingBuilder<::ScriptModuleMinecraft::ScriptItemUseOnAfterEvent> bind();
54
55 MCAPI static ::Scripting::ClassBindingBuilder<::ScriptModuleMinecraft::ScriptItemUseOnAfterEvent> bindV010();
56 // NOLINTEND
57
58public:
59 // constructor thunks
60 // NOLINTBEGIN
61 MCAPI 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:13
Definition ScriptItemUseOnAfterEvent.h:22
Definition ScriptItemUseOnEvent.h:10
Definition Alias.h:14