LeviLamina
Loading...
Searching...
No Matches
ScriptLootTableEntry.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/loot_tables/ScriptLootPoolEntry.h"
8
9// auto generated forward declare list
10// clang-format off
11class LootPoolEntry;
12namespace ScriptModuleMinecraft { class ScriptLootTable; }
13namespace Scripting { struct ClassBinding; }
14// clang-format on
15
16namespace ScriptModuleMinecraft {
17
19public:
20 // member variables
21 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 1
35 virtual ::LootPoolEntry const& _getEntry() const /*override*/;
36
37 // vIndex: 0
38 virtual ~ScriptLootTableEntry() /*override*/ = default;
39 // NOLINTEND
40
41public:
42 // member functions
43 // NOLINTBEGIN
44 MCNAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptLootTable> const getTable() const;
45 // NOLINTEND
46
47public:
48 // static functions
49 // NOLINTBEGIN
50 MCNAPI static ::Scripting::ClassBinding bind();
51 // NOLINTEND
52
53public:
54 // virtual function thunks
55 // NOLINTBEGIN
56 MCNAPI ::LootPoolEntry const& $_getEntry() const;
57 // NOLINTEND
58
59public:
60 // vftables
61 // NOLINTBEGIN
62 MCNAPI static void** $vftable();
63 // NOLINTEND
64};
65
66} // namespace ScriptModuleMinecraft
Definition LootPoolEntry.h:13
Definition ScriptLootPoolEntry.h:16
Definition ScriptLootTableEntry.h:18
MCAPI::LootPoolEntry const & $_getEntry() const
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptLootTable > const getTable() const
static MCAPI ::Scripting::ClassBinding bind()
Definition Alias.h:14