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
12// clang-format on
13
14class Snowball : public ::Throwable {
15public:
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
25public:
26 // destructor thunk
27 // NOLINTBEGIN
28
29 // NOLINTEND
30
31public:
32 // virtual function thunks
33 // NOLINTBEGIN
34 MCFOLD void $reloadHardcoded(::ActorInitializationMethod method, ::VariantParameterList const& params);
35 // NOLINTEND
36
37public:
38 // vftables
39 // NOLINTBEGIN
40 MCAPI static void** $vftable();
41 // NOLINTEND
42};
Definition Snowball.h:14
Definition Throwable.h:24
Definition VariantParameterList.h:5