LeviLamina
Loading...
Searching...
No Matches
IllagerBeast.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/monster/Monster.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Actor
;
11
class
ActorDamageSource
;
12
class
ActorDefinitionGroup
;
13
class
EntityContext
;
14
struct
ActorDefinitionIdentifier
;
15
// clang-format on
16
17
class
IllagerBeast
:
public
::Monster
{
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
// vIndex: 19
22
virtual
void
blockedByShield(
::ActorDamageSource
const
& source,
::Actor
& blocker)
/*override*/
;
23
24
// vIndex: 8
25
virtual
~IllagerBeast
()
/*override*/
=
default
;
26
// NOLINTEND
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCAPI
IllagerBeast
(
32
::ActorDefinitionGroup
* definitions,
33
::ActorDefinitionIdentifier
const
& definitionName,
34
::EntityContext
& entityContext
35
);
36
// NOLINTEND
37
38
public
:
39
// constructor thunks
40
// NOLINTBEGIN
41
MCAPI
void
* $ctor(
42
::ActorDefinitionGroup
* definitions,
43
::ActorDefinitionIdentifier
const
& definitionName,
44
::EntityContext
& entityContext
45
);
46
// NOLINTEND
47
48
public
:
49
// destructor thunk
50
// NOLINTBEGIN
51
52
// NOLINTEND
53
54
public
:
55
// virtual function thunks
56
// NOLINTBEGIN
57
MCAPI
void
$blockedByShield(
::ActorDamageSource
const
& source,
::Actor
& blocker);
58
// NOLINTEND
59
60
public
:
61
// vftables
62
// NOLINTBEGIN
63
MCAPI
static
void
** $vftable();
64
// NOLINTEND
65
};
ActorDamageSource
Definition
ActorDamageSource.h:18
ActorDefinitionGroup
Definition
ActorDefinitionGroup.h:27
Actor
Definition
Actor.h:104
EntityContext
Definition
EntityContext.h:16
IllagerBeast
Definition
IllagerBeast.h:17
Monster
Definition
Monster.h:19
ActorDefinitionIdentifier
Definition
ActorDefinitionIdentifier.h:13
src
mc
world
actor
monster
IllagerBeast.h
Generated on Sat Apr 26 2025 05:56:06 for LeviLamina by
1.12.0