LeviLamina
Loading...
Searching...
No Matches
ScriptLootItem.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
11
class
LootPoolEntry
;
12
namespace
ScriptModuleMinecraft {
class
ScriptItemType; }
13
namespace
Scripting {
struct
ClassBinding; }
14
// clang-format on
15
16
namespace
ScriptModuleMinecraft {
17
18
class
ScriptLootItem
:
public
::ScriptModuleMinecraft::ScriptLootPoolEntry
{
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::UntypedStorage<8, 8>
mUnk1c74a4;
23
// NOLINTEND
24
25
public
:
26
// prevent constructor by default
27
ScriptLootItem
& operator=(
ScriptLootItem
const
&);
28
ScriptLootItem
(
ScriptLootItem
const
&);
29
ScriptLootItem
();
30
31
public
:
32
// virtual functions
33
// NOLINTBEGIN
34
// vIndex: 1
35
virtual ::LootPoolEntry
const
& _getEntry()
const
/*override*/
;
36
37
// vIndex: 0
38
virtual
~ScriptLootItem
()
/*override*/
=
default
;
39
// NOLINTEND
40
41
public
:
42
// member functions
43
// NOLINTBEGIN
44
MCNAPI ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemType>>
45
getName
()
const
;
46
// NOLINTEND
47
48
public
:
49
// static functions
50
// NOLINTBEGIN
51
MCNAPI static ::Scripting::ClassBinding
bind
();
52
// NOLINTEND
53
54
public
:
55
// virtual function thunks
56
// NOLINTBEGIN
57
MCNAPI ::LootPoolEntry
const
&
$_getEntry
()
const
;
58
// NOLINTEND
59
60
public
:
61
// vftables
62
// NOLINTBEGIN
63
MCNAPI
static
void
**
$vftable
();
64
// NOLINTEND
65
};
66
67
}
// namespace ScriptModuleMinecraft
LootPoolEntry
Definition
LootPoolEntry.h:13
ScriptModuleMinecraft::ScriptLootItem
Definition
ScriptLootItem.h:18
ScriptModuleMinecraft::ScriptLootItem::$_getEntry
MCAPI::LootPoolEntry const & $_getEntry() const
ScriptModuleMinecraft::ScriptLootItem::bind
static MCAPI ::Scripting::ClassBinding bind()
ScriptModuleMinecraft::ScriptLootItem::$vftable
static MCAPI void ** $vftable()
ScriptModuleMinecraft::ScriptLootItem::getName
MCAPI ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemType > > getName() const
ScriptModuleMinecraft::ScriptLootPoolEntry
Definition
ScriptLootPoolEntry.h:16
ll::UntypedStorage
Definition
Alias.h:14
src-server
mc
scripting
modules
minecraft
loot_tables
ScriptLootItem.h
Generated on Sun Oct 12 2025 06:32:04 for LeviLamina by
1.12.0