LeviLamina
Loading...
Searching...
No Matches
Snowball.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
Snowball
:
public
::Throwable
{
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
// vIndex: 2
19
virtual
void
reloadHardcoded(::ActorInitializationMethod method,
::VariantParameterList
const
& params)
/*override*/
;
20
21
// vIndex: 8
22
virtual
~Snowball
()
/*override*/
=
default
;
23
// NOLINTEND
24
25
public
:
26
// virtual function thunks
27
// NOLINTBEGIN
28
MCFOLD
void
$reloadHardcoded(::ActorInitializationMethod method,
::VariantParameterList
const
& params);
29
// NOLINTEND
30
31
public
:
32
// vftables
33
// NOLINTBEGIN
34
MCNAPI
static
void
**
$vftable
();
35
// NOLINTEND
36
};
Snowball
Definition
Snowball.h:14
Snowball::$vftable
static MCAPI void ** $vftable()
Throwable
Definition
Throwable.h:24
VariantParameterList
Definition
VariantParameterList.h:5
src
mc
world
actor
projectile
Snowball.h
Generated on Fri Jun 13 2025 05:05:04 for LeviLamina by
1.12.0