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
ScriptComponentTypeEnumBuilder
; }
13
namespace
ScriptModuleMinecraft {
class
ScriptItemStack
; }
14
namespace
Scripting {
class
WeakLifetimeScope
; }
15
namespace
Scripting {
struct
ClassBinding
; }
16
// clang-format on
17
18
namespace
ScriptModuleMinecraft {
19
20
class
ScriptItemCompostableComponent :
public
::ScriptModuleMinecraft::ScriptItemComponent
{
21
public
:
22
// prevent constructor by default
23
ScriptItemCompostableComponent();
24
25
public
:
26
// virtual functions
27
// NOLINTBEGIN
28
virtual
~ScriptItemCompostableComponent()
/*override*/
=
default
;
29
// NOLINTEND
30
31
public
:
32
// member functions
33
// NOLINTBEGIN
34
MCAPI ScriptItemCompostableComponent(
35
::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack>
item,
36
::Scripting::WeakLifetimeScope
const
& scope
37
);
38
39
MCAPI ::Scripting::Result_deprecated<schar> getCompostingChance();
40
// NOLINTEND
41
42
public
:
43
// static functions
44
// NOLINTBEGIN
45
MCAPI static ::Scripting::ClassBinding
46
bind(
::ScriptModuleMinecraft::ScriptComponentTypeEnumBuilder
& componentTypeEnumBuilder);
47
// NOLINTEND
48
49
public
:
50
// constructor thunks
51
// NOLINTBEGIN
52
MCAPI
void
* $ctor(
53
::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack>
item,
54
::Scripting::WeakLifetimeScope
const
& scope
55
);
56
// NOLINTEND
57
58
public
:
59
// vftables
60
// NOLINTBEGIN
61
MCNAPI
static
void
**
$vftable
();
62
// NOLINTEND
63
};
64
65
}
// namespace ScriptModuleMinecraft
ScriptModuleMinecraft::ScriptComponentTypeEnumBuilder
Definition
ScriptComponentTypeEnumBuilder.h:17
ScriptModuleMinecraft::ScriptItemComponent
Definition
ScriptItemComponent.h:20
ScriptModuleMinecraft::ScriptItemCompostableComponent::$vftable
static MCAPI void ** $vftable()
ScriptModuleMinecraft::ScriptItemStack
Definition
ScriptItemStack.h:35
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