LeviLamina
Loading...
Searching...
No Matches
EnderpearlItem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/item/Item.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
HashedString
;
11
class
ItemStack
;
12
class
Player
;
13
// clang-format on
14
15
class
EnderpearlItem
:
public
::Item
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
// vIndex: 76
20
virtual ::ItemStack& use(
::ItemStack
& item,
::Player
& player)
const
/*override*/
;
21
22
// vIndex: 20
23
virtual
bool
isThrowable()
const
/*override*/
;
24
25
// vIndex: 94
26
virtual ::HashedString
const
& getCooldownType()
const
/*override*/
;
27
28
// vIndex: 95
29
virtual
int
getCooldownTime()
const
/*override*/
;
30
31
// vIndex: 0
32
virtual
~EnderpearlItem
()
/*override*/
=
default
;
33
// NOLINTEND
34
35
public
:
36
// static variables
37
// NOLINTBEGIN
38
MCAPI static ::HashedString
const
& ENDER_PEARL_COOLDOWN();
39
// NOLINTEND
40
41
public
:
42
// destructor thunk
43
// NOLINTBEGIN
44
45
// NOLINTEND
46
47
public
:
48
// virtual function thunks
49
// NOLINTBEGIN
50
MCAPI ::ItemStack& $use(
::ItemStack
& item,
::Player
& player)
const
;
51
52
MCFOLD
bool
$isThrowable()
const
;
53
54
MCAPI ::HashedString
const
& $getCooldownType()
const
;
55
56
MCFOLD
int
$getCooldownTime()
const
;
57
// NOLINTEND
58
59
public
:
60
// vftables
61
// NOLINTBEGIN
62
MCAPI
static
void
** $vftable();
63
// NOLINTEND
64
};
EnderpearlItem
Definition
EnderpearlItem.h:15
HashedString
Definition
HashedString.h:5
ItemStack
Definition
ItemStack.h:25
Item
Definition
Item.h:65
Player
Definition
Player.h:119
src
mc
world
item
EnderpearlItem.h
Generated on Sat Apr 26 2025 05:56:14 for LeviLamina by
1.12.0