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
// prevent constructor by default
20
IllagerBeast
();
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
// vIndex: 19
26
virtual
void
blockedByShield(
::ActorDamageSource
const
& source,
::Actor
& blocker)
/*override*/
;
27
28
// vIndex: 8
29
virtual
~IllagerBeast
()
/*override*/
=
default
;
30
// NOLINTEND
31
32
public
:
33
// member functions
34
// NOLINTBEGIN
35
MCAPI
IllagerBeast
(
36
::ActorDefinitionGroup
* definitions,
37
::ActorDefinitionIdentifier
const
& definitionName,
38
::EntityContext
& entityContext
39
);
40
// NOLINTEND
41
42
public
:
43
// constructor thunks
44
// NOLINTBEGIN
45
MCAPI
void
* $ctor(
46
::ActorDefinitionGroup
* definitions,
47
::ActorDefinitionIdentifier
const
& definitionName,
48
::EntityContext
& entityContext
49
);
50
// NOLINTEND
51
52
public
:
53
// virtual function thunks
54
// NOLINTBEGIN
55
MCAPI
void
$blockedByShield(
::ActorDamageSource
const
& source,
::Actor
& blocker);
56
// NOLINTEND
57
58
public
:
59
// vftables
60
// NOLINTBEGIN
61
MCNAPI
static
void
**
$vftable
();
62
// NOLINTEND
63
};
ActorDamageSource
Definition
ActorDamageSource.h:18
ActorDefinitionGroup
Definition
ActorDefinitionGroup.h:29
Actor
Definition
Actor.h:103
EntityContext
Definition
EntityContext.h:16
IllagerBeast
Definition
IllagerBeast.h:17
IllagerBeast::$vftable
static MCAPI void ** $vftable()
Monster
Definition
Monster.h:19
ActorDefinitionIdentifier
Definition
ActorDefinitionIdentifier.h:15
src
mc
world
actor
monster
IllagerBeast.h
Generated on Fri Jun 13 2025 05:05:03 for LeviLamina by
1.12.0