LeviLamina
Loading...
Searching...
No Matches
ExperiencePotion.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/projectile/Throwable.h"
7
8
class
ExperiencePotion
:
public
::Throwable
{
9
public
:
10
// virtual functions
11
// NOLINTBEGIN
12
// vIndex: 140
13
virtual
float
getGravity()
/*override*/
;
14
15
// vIndex: 138
16
virtual
float
getThrowPower()
/*override*/
;
17
18
// vIndex: 139
19
virtual
float
getThrowUpAngleOffset()
/*override*/
;
20
21
// vIndex: 8
22
virtual
~ExperiencePotion
()
/*override*/
=
default
;
23
// NOLINTEND
24
25
public
:
26
// virtual function thunks
27
// NOLINTBEGIN
28
MCFOLD
float
$getGravity();
29
30
MCFOLD
float
$getThrowPower();
31
32
MCAPI
float
$getThrowUpAngleOffset();
33
// NOLINTEND
34
35
public
:
36
// vftables
37
// NOLINTBEGIN
38
MCNAPI
static
void
**
$vftable
();
39
// NOLINTEND
40
};
ExperiencePotion
Definition
ExperiencePotion.h:8
ExperiencePotion::$vftable
static MCAPI void ** $vftable()
Throwable
Definition
Throwable.h:24
src
mc
world
actor
projectile
ExperiencePotion.h
Generated on Fri Jun 13 2025 05:05:03 for LeviLamina by
1.12.0