LeviLamina
Loading...
Searching...
No Matches
ScriptItemCompostableComponent.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/items/components/ScriptItemComponent.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
namespace
ScriptModuleMinecraft {
class
ScriptItemStack
; }
12
namespace
Scripting {
class
WeakLifetimeScope
; }
13
namespace
Scripting {
struct
ClassBinding
; }
14
// clang-format on
15
16
namespace
ScriptModuleMinecraft {
17
18
class
ScriptItemCompostableComponent :
public
::ScriptModuleMinecraft::ScriptItemComponent
{
19
public
:
20
// prevent constructor by default
21
ScriptItemCompostableComponent();
22
23
public
:
24
// member functions
25
// NOLINTBEGIN
26
MCAPI ScriptItemCompostableComponent(
27
::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack>
item,
28
::Scripting::WeakLifetimeScope
const
& scope
29
);
30
// NOLINTEND
31
32
public
:
33
// static functions
34
// NOLINTBEGIN
35
MCAPI static ::Scripting::ClassBinding bind();
36
// NOLINTEND
37
38
public
:
39
// constructor thunks
40
// NOLINTBEGIN
41
MCAPI
void
* $ctor(
42
::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack>
item,
43
::Scripting::WeakLifetimeScope
const
& scope
44
);
45
// NOLINTEND
46
47
public
:
48
// vftables
49
// NOLINTBEGIN
50
MCNAPI
static
void
**
$vftable
();
51
// NOLINTEND
52
};
53
54
}
// namespace ScriptModuleMinecraft
ScriptModuleMinecraft::ScriptItemComponent
Definition
ScriptItemComponent.h:20
ScriptModuleMinecraft::ScriptItemCompostableComponent::$vftable
static MCAPI void ** $vftable()
ScriptModuleMinecraft::ScriptItemStack
Definition
ScriptItemStack.h:32
Scripting::StrongTypedObjectHandle
Definition
StrongTypedObjectHandle.h:8
Scripting::WeakLifetimeScope
Definition
WeakLifetimeScope.h:14
Scripting::ClassBinding
Definition
ClassBinding.h:19
src
mc
scripting
modules
minecraft
items
components
ScriptItemCompostableComponent.h
Generated on
for LeviLamina by
1.16.1