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
// virtual function thunks
32
// NOLINTBEGIN
33
MCAPI
void
$kill();
34
35
MCAPI
void
$destroy(
::Actor
* source);
36
37
MCAPI ::std::string $getEntityLocNameString()
const
;
38
// NOLINTEND
39
40
public
:
41
// vftables
42
// NOLINTBEGIN
43
MCNAPI
static
void
**
$vftable
();
44
// NOLINTEND
45
};
Actor
Definition
Actor.h:103
Boat
Definition
Boat.h:21
ChestBoat
Definition
ChestBoat.h:13
ChestBoat::$vftable
static MCAPI void ** $vftable()
src
mc
world
actor
item
ChestBoat.h
Generated on Tue Jul 8 2025 05:10:27 for LeviLamina by
1.12.0