LeviLamina
Loading...
Searching...
No Matches
RamGoalNoItemDropper.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
Vec3
;
11
// clang-format on
12
13
namespace
RamAttackGoalUtils {
14
15
class
RamGoalNoItemDropper
:
public
::RamAttackGoalUtils::RamGoalItemDropperInterface
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
// vIndex: 1
20
virtual
void
tryDropHorn(
::Vec3
dropPos)
const
/*override*/
;
21
22
// vIndex: 2
23
virtual
void
checkForHornDropOnCollision(
::Vec3
collisionPos)
/*override*/
;
24
25
// vIndex: 3
26
virtual
void
dontDropHorn()
/*override*/
;
27
28
// vIndex: 0
29
virtual
~RamGoalNoItemDropper
()
/*override*/
=
default
;
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
MCFOLD
void
$tryDropHorn(
::Vec3
dropPos)
const
;
36
37
MCFOLD
void
$checkForHornDropOnCollision(
::Vec3
collisionPos);
38
39
MCFOLD
void
$dontDropHorn();
40
// NOLINTEND
41
42
public
:
43
// vftables
44
// NOLINTBEGIN
45
MCNAPI
static
void
**
$vftable
();
46
// NOLINTEND
47
};
48
49
}
// namespace RamAttackGoalUtils
RamAttackGoalUtils::RamGoalItemDropperInterface
Definition
RamGoalItemDropperInterface.h:12
RamAttackGoalUtils::RamGoalNoItemDropper
Definition
RamGoalNoItemDropper.h:15
RamAttackGoalUtils::RamGoalNoItemDropper::$vftable
static MCAPI void ** $vftable()
Vec3
Definition
Vec3.h:10
src-server
mc
world
actor
ai
goal
ram_attack_goal_utils
RamGoalNoItemDropper.h
Generated on Tue Oct 28 2025 05:32:25 for LeviLamina by
1.12.0