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
9public:
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
25public:
26 // destructor thunk
27 // NOLINTBEGIN
28
29 // NOLINTEND
30
31public:
32 // virtual function thunks
33 // NOLINTBEGIN
34 MCFOLD float $getGravity();
35
36 MCFOLD float $getThrowPower();
37
38 MCAPI float $getThrowUpAngleOffset();
39 // NOLINTEND
40
41public:
42 // vftables
43 // NOLINTBEGIN
44 MCAPI static void** $vftable();
45 // NOLINTEND
46};
Definition ExperiencePotion.h:8
Definition Throwable.h:24