LeviLamina
Loading...
Searching...
No Matches
OminousItemSpawner.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/Actor.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ActorDefinitionGroup
;
11
class
CompoundTag
;
12
class
DataLoadHelper
;
13
class
EntityContext
;
14
class
ItemStack
;
15
struct
ActorDefinitionIdentifier
;
16
// clang-format on
17
18
class
OminousItemSpawner
:
public
::Actor
{
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::UntypedStorage<4, 4>
mUnk282299;
23
::ll::UntypedStorage<4, 4>
mUnk1d312a;
24
::ll::UntypedStorage<8, 152>
mUnk44ad75;
25
::ll::UntypedStorage<8, 24>
mUnk7648eb;
26
// NOLINTEND
27
28
public
:
29
// prevent constructor by default
30
OminousItemSpawner
& operator=(
OminousItemSpawner
const
&);
31
OminousItemSpawner
(
OminousItemSpawner
const
&);
32
OminousItemSpawner
();
33
34
public
:
35
// virtual functions
36
// NOLINTBEGIN
37
// vIndex: 11
38
virtual
void
remove()
/*override*/
;
39
40
// vIndex: 137
41
virtual
void
addAdditionalSaveData(
::CompoundTag
& tag)
const
/*override*/
;
42
43
// vIndex: 136
44
virtual
void
readAdditionalSaveData(
::CompoundTag
const
& tag,
::DataLoadHelper
& dataLoadHelper)
/*override*/
;
45
46
// vIndex: 25
47
virtual
void
baseTick()
/*override*/
;
48
49
// vIndex: 8
50
virtual
~OminousItemSpawner
()
/*override*/
=
default
;
51
// NOLINTEND
52
53
public
:
54
// member functions
55
// NOLINTBEGIN
56
MCAPI
OminousItemSpawner
(
57
::ActorDefinitionGroup
* definitions,
58
::ActorDefinitionIdentifier
const
& definitionName,
59
::EntityContext
& entityContext
60
);
61
62
MCAPI
void
_clientTick();
63
64
MCAPI ::ItemStack
const
& _getItem();
65
66
MCAPI
void
_onTimePassed();
67
68
MCAPI
void
init(
::ItemStack
const
& itemToSpawn,
int
ticksBeforeRemoval);
69
// NOLINTEND
70
71
public
:
72
// constructor thunks
73
// NOLINTBEGIN
74
MCAPI
void
* $ctor(
75
::ActorDefinitionGroup
* definitions,
76
::ActorDefinitionIdentifier
const
& definitionName,
77
::EntityContext
& entityContext
78
);
79
// NOLINTEND
80
81
public
:
82
// virtual function thunks
83
// NOLINTBEGIN
84
MCAPI
void
$remove();
85
86
MCAPI
void
$addAdditionalSaveData(
::CompoundTag
& tag)
const
;
87
88
MCAPI
void
$readAdditionalSaveData(
::CompoundTag
const
& tag,
::DataLoadHelper
& dataLoadHelper);
89
90
MCAPI
void
$baseTick();
91
// NOLINTEND
92
93
public
:
94
// vftables
95
// NOLINTBEGIN
96
MCNAPI
static
void
**
$vftable
();
97
// NOLINTEND
98
};
ActorDefinitionGroup
Definition
ActorDefinitionGroup.h:29
Actor
Definition
Actor.h:103
CompoundTag
Definition
CompoundTag.h:13
DataLoadHelper
Definition
DataLoadHelper.h:20
EntityContext
Definition
EntityContext.h:16
ItemStack
Definition
ItemStack.h:25
OminousItemSpawner
Definition
OminousItemSpawner.h:18
OminousItemSpawner::$vftable
static MCAPI void ** $vftable()
ActorDefinitionIdentifier
Definition
ActorDefinitionIdentifier.h:15
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
actor
OminousItemSpawner.h
Generated on Fri Jun 13 2025 05:05:03 for LeviLamina by
1.12.0