LeviLamina
Loading...
Searching...
No Matches
ScriptLootPoolEntry.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/lifetime_registry/WeakLifetimeScope.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
LootPoolEntry
;
12
namespace
Scripting {
struct
ClassBinding
; }
13
// clang-format on
14
15
namespace
ScriptModuleMinecraft {
16
17
class
ScriptLootPoolEntry
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 16, ::Scripting::WeakLifetimeScope> mScope;
22
// NOLINTEND
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
virtual
~ScriptLootPoolEntry
() =
default
;
28
29
virtual ::LootPoolEntry
const
& _getEntry()
const
= 0;
30
// NOLINTEND
31
32
public
:
33
// member functions
34
// NOLINTBEGIN
35
MCAPI ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptLootPoolEntry>>
36
getSubTable()
const
;
37
// NOLINTEND
38
39
public
:
40
// static functions
41
// NOLINTBEGIN
42
MCAPI static ::Scripting::ClassBinding bind();
43
// NOLINTEND
44
45
public
:
46
// virtual function thunks
47
// NOLINTBEGIN
48
49
// NOLINTEND
50
51
public
:
52
// vftables
53
// NOLINTBEGIN
54
MCNAPI
static
void
**
$vftable
();
55
// NOLINTEND
56
};
57
58
}
// namespace ScriptModuleMinecraft
LootPoolEntry
Definition
LootPoolEntry.h:14
ScriptModuleMinecraft::ScriptLootPoolEntry
Definition
ScriptLootPoolEntry.h:17
ScriptModuleMinecraft::ScriptLootPoolEntry::$vftable
static MCAPI void ** $vftable()
Scripting::ClassBinding
Definition
ClassBinding.h:19
src
mc
scripting
modules
minecraft
loot_tables
ScriptLootPoolEntry.h
Generated on
for LeviLamina by
1.16.1