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