LeviLamina
Loading...
Searching...
No Matches
ThrownEgg.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/ActorInitializationMethod.h"
7
#include "mc/world/actor/projectile/Throwable.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
struct
VariantParameterList
;
12
// clang-format on
13
14
class
ThrownEgg
:
public
::Throwable
{
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
virtual
void
reloadHardcoded(::ActorInitializationMethod method,
::VariantParameterList
const
& params)
/*override*/
;
19
20
virtual
~ThrownEgg
()
/*override*/
=
default
;
21
// NOLINTEND
22
23
public
:
24
// virtual function thunks
25
// NOLINTBEGIN
26
MCFOLD
void
$reloadHardcoded(::ActorInitializationMethod method,
::VariantParameterList
const
& params);
27
28
29
// NOLINTEND
30
31
public
:
32
// vftables
33
// NOLINTBEGIN
34
MCAPI
static
void
** $vftable();
35
// NOLINTEND
36
};
Throwable
Definition
Throwable.h:22
ThrownEgg
Definition
ThrownEgg.h:14
VariantParameterList
Definition
VariantParameterList.h:13
src
mc
world
actor
projectile
ThrownEgg.h
Generated on
for LeviLamina by
1.16.1