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
// destructor thunk
83
// NOLINTBEGIN
84
85
// NOLINTEND
86
87
public
:
88
// virtual function thunks
89
// NOLINTBEGIN
90
MCAPI
void
$remove();
91
92
MCAPI
void
$addAdditionalSaveData(
::CompoundTag
& tag)
const
;
93
94
MCAPI
void
$readAdditionalSaveData(
::CompoundTag
const
& tag,
::DataLoadHelper
& dataLoadHelper);
95
96
MCAPI
void
$baseTick();
97
// NOLINTEND
98
99
public
:
100
// vftables
101
// NOLINTBEGIN
102
MCAPI
static
void
** $vftable();
103
// NOLINTEND
104
};
ActorDefinitionGroup
Definition
ActorDefinitionGroup.h:27
Actor
Definition
Actor.h:104
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
ActorDefinitionIdentifier
Definition
ActorDefinitionIdentifier.h:13
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
actor
OminousItemSpawner.h
Generated on Sat Apr 26 2025 05:56:06 for LeviLamina by
1.12.0