LeviLamina
Loading...
Searching...
No Matches
RamGoalItemDropperImpl.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/ai/goal/ram_attack_goal_utils/RamGoalItemDropperInterface.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Mob
;
11
class
Vec3
;
12
// clang-format on
13
14
namespace
RamAttackGoalUtils {
15
16
class
RamGoalItemDropperImpl
:
public
::RamAttackGoalUtils::RamGoalItemDropperInterface
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<8, 8, ::Mob&> mMob;
21
::ll::TypedStorage<1, 1, bool> mShouldTryToDropHorn;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
RamGoalItemDropperImpl
& operator=(
RamGoalItemDropperImpl
const
&);
27
RamGoalItemDropperImpl
(
RamGoalItemDropperImpl
const
&);
28
RamGoalItemDropperImpl
();
29
30
public
:
31
// virtual functions
32
// NOLINTBEGIN
33
// vIndex: 1
34
virtual
void
tryDropHorn(
::Vec3
dropPos)
const
/*override*/
;
35
36
// vIndex: 2
37
virtual
void
checkForHornDropOnCollision(
::Vec3
collisionPos)
/*override*/
;
38
39
// vIndex: 3
40
virtual
void
dontDropHorn()
/*override*/
;
41
42
// vIndex: 0
43
virtual
~RamGoalItemDropperImpl
()
/*override*/
=
default
;
44
// NOLINTEND
45
46
public
:
47
// virtual function thunks
48
// NOLINTBEGIN
49
MCAPI
void
$tryDropHorn(
::Vec3
dropPos)
const
;
50
51
MCAPI
void
$checkForHornDropOnCollision(
::Vec3
collisionPos);
52
53
MCAPI
void
$dontDropHorn();
54
// NOLINTEND
55
56
public
:
57
// vftables
58
// NOLINTBEGIN
59
MCNAPI
static
void
**
$vftable
();
60
// NOLINTEND
61
};
62
63
}
// namespace RamAttackGoalUtils
Mob
Definition
Mob.h:47
RamAttackGoalUtils::RamGoalItemDropperImpl
Definition
RamGoalItemDropperImpl.h:16
RamAttackGoalUtils::RamGoalItemDropperImpl::$vftable
static MCAPI void ** $vftable()
RamAttackGoalUtils::RamGoalItemDropperInterface
Definition
RamGoalItemDropperInterface.h:12
Vec3
Definition
Vec3.h:10
src-server
mc
world
actor
ai
goal
ram_attack_goal_utils
RamGoalItemDropperImpl.h
Generated on Wed Nov 5 2025 13:13:17 for LeviLamina by
1.12.0