LeviLamina
Loading...
Searching...
No Matches
ChestBoat.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/item/Boat.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Actor
;
11
// clang-format on
12
13
class
ChestBoat
:
public
::Boat
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
// vIndex: 122
18
virtual
void
kill()
/*override*/
;
19
20
// vIndex: 138
21
virtual
void
destroy(
::Actor
* source)
/*override*/
;
22
23
// vIndex: 30
24
virtual ::std::string getEntityLocNameString()
const
/*override*/
;
25
26
// vIndex: 8
27
virtual
~ChestBoat
()
/*override*/
=
default
;
28
// NOLINTEND
29
30
public
:
31
// destructor thunk
32
// NOLINTBEGIN
33
34
// NOLINTEND
35
36
public
:
37
// virtual function thunks
38
// NOLINTBEGIN
39
MCAPI
void
$kill();
40
41
MCAPI
void
$destroy(
::Actor
* source);
42
43
MCAPI ::std::string $getEntityLocNameString()
const
;
44
// NOLINTEND
45
46
public
:
47
// vftables
48
// NOLINTBEGIN
49
MCAPI
static
void
** $vftable();
50
// NOLINTEND
51
};
Actor
Definition
Actor.h:104
Boat
Definition
Boat.h:21
ChestBoat
Definition
ChestBoat.h:13
src
mc
world
actor
item
ChestBoat.h
Generated on Sat Apr 26 2025 05:56:05 for LeviLamina by
1.12.0