LeviLamina
Loading...
Searching...
No Matches
ScriptBlockRecordPlayerComponentV010.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/block/components/BaseScriptBlockActorComponent.h"
9
10// auto generated forward declare list
11// clang-format off
12class BlockPos;
13class BlockSource;
14namespace ScriptModuleMinecraft { class ScriptItemType; }
15namespace Scripting { class WeakLifetimeScope; }
16namespace Scripting { struct ClassBinding; }
17// clang-format on
18
19namespace ScriptModuleMinecraft {
20
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 // vIndex: 0
26 virtual ~ScriptBlockRecordPlayerComponentV010() /*override*/ = default;
27 // NOLINTEND
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCNAPI ::Scripting::Result_deprecated<void> clearRecord();
33
34 MCNAPI ::Scripting::Result_deprecated<bool> isPlaying();
35
36 MCNAPI ::Scripting::Result_deprecated<void> setRecord(::ScriptModuleMinecraft::ScriptItemType const& itemType);
37 // NOLINTEND
38
39public:
40 // static functions
41 // NOLINTBEGIN
42 MCNAPI static ::Scripting::ClassBinding bind();
43
44 MCNAPI static ::std::optional<
47 // NOLINTEND
48
49public:
50 // static variables
51 // NOLINTBEGIN
52 MCNAPI static char const*& ComponentId();
53 // NOLINTEND
54
55public:
56 // vftables
57 // NOLINTBEGIN
58 MCNAPI static void** $vftable();
59 // NOLINTEND
60};
61
62} // namespace ScriptModuleMinecraft
Definition BlockPos.h:17
Definition BlockSource.h:66
Definition BaseScriptBlockActorComponent.h:15
Definition ScriptBlockRecordPlayerComponentV010.h:21
static MCAPI ::std::optional< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockRecordPlayerComponentV010 > > tryCreate(::BlockSource &region, ::BlockPos position, ::Scripting::WeakLifetimeScope const &scope)
MCAPI ::Scripting::Result_deprecated< bool > isPlaying()
MCAPI ::Scripting::Result_deprecated< void > clearRecord()
MCAPI ::Scripting::Result_deprecated< void > setRecord(::ScriptModuleMinecraft::ScriptItemType const &itemType)
static MCAPI ::Scripting::ClassBinding bind()
Definition ScriptItemType.h:12
Definition StrongTypedObjectHandle.h:8
Definition WeakLifetimeScope.h:7