LeviLamina
Loading...
Searching...
No Matches
WardenVibrationConfig.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/events/gameevents/VibrationListenerConfig.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Actor
;
11
class
BlockPos
;
12
class
BlockSource
;
13
class
GameEvent
;
14
struct
GameEventContext
;
15
// clang-format on
16
17
class
WardenVibrationConfig
:
public
::VibrationListenerConfig
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::UntypedStorage<8, 24>
mUnkc166f7;
22
::ll::UntypedStorage<2, 2>
mUnk95b4ad;
23
::ll::UntypedStorage<8, 16>
mUnka9290d;
24
::ll::UntypedStorage<8, 8>
mUnkc03bd6;
25
::ll::UntypedStorage<4, 4>
mUnk4fdb5c;
26
::ll::UntypedStorage<4, 4>
mUnk98d6d3;
27
// NOLINTEND
28
29
public
:
30
// prevent constructor by default
31
WardenVibrationConfig
& operator=(
WardenVibrationConfig
const
&);
32
WardenVibrationConfig
(
WardenVibrationConfig
const
&);
33
WardenVibrationConfig
();
34
35
public
:
36
// virtual functions
37
// NOLINTBEGIN
38
// vIndex: 1
39
virtual
void
onSignalReceive(
40
::BlockSource
& region,
41
::BlockPos
const
& vibrationSourcePos,
42
::GameEvent
const
&,
43
::Actor
* vibrationSource,
44
float
,
45
uint,
46
::Actor
* projectileOwner
47
)
/*override*/
;
48
49
// vIndex: 2
50
virtual
bool
isValidVibration(
::GameEvent
const
& gameEvent)
/*override*/
;
51
52
// vIndex: 3
53
virtual
bool
54
shouldListen(
::BlockSource
& region,
::GameEvent
const
&,
::GameEventContext
const
& gameEventContext)
/*override*/
;
55
56
// vIndex: 0
57
virtual
~WardenVibrationConfig
()
/*override*/
=
default
;
58
// NOLINTEND
59
60
public
:
61
// member functions
62
// NOLINTBEGIN
63
MCAPI
WardenVibrationConfig
(
::Actor
& actor, ushort signalThrottlingTicks);
64
// NOLINTEND
65
66
public
:
67
// constructor thunks
68
// NOLINTBEGIN
69
MCAPI
void
* $ctor(
::Actor
& actor, ushort signalThrottlingTicks);
70
// NOLINTEND
71
72
public
:
73
// destructor thunk
74
// NOLINTBEGIN
75
76
// NOLINTEND
77
78
public
:
79
// virtual function thunks
80
// NOLINTBEGIN
81
MCAPI
void
$onSignalReceive(
82
::BlockSource
& region,
83
::BlockPos
const
& vibrationSourcePos,
84
::GameEvent
const
&,
85
::Actor
* vibrationSource,
86
float
,
87
uint,
88
::Actor
* projectileOwner
89
);
90
91
MCAPI
bool
$isValidVibration(
::GameEvent
const
& gameEvent);
92
93
MCAPI
bool
$shouldListen(
::BlockSource
& region,
::GameEvent
const
&,
::GameEventContext
const
& gameEventContext);
94
// NOLINTEND
95
96
public
:
97
// vftables
98
// NOLINTBEGIN
99
MCAPI
static
void
** $vftable();
100
// NOLINTEND
101
};
Actor
Definition
Actor.h:104
BlockPos
Definition
BlockPos.h:18
BlockSource
Definition
BlockSource.h:67
GameEvent
Definition
GameEvent.h:8
VibrationListenerConfig
Definition
VibrationListenerConfig.h:14
WardenVibrationConfig
Definition
WardenVibrationConfig.h:17
GameEventContext
Definition
GameEventContext.h:12
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
actor
monster
warden
WardenVibrationConfig.h
Generated on Sat Apr 26 2025 05:56:06 for LeviLamina by
1.12.0