LeviLamina
Loading...
Searching...
No Matches
MinecartChest.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/item/Minecart.h"
7
#include "mc/world/actor/item/MinecartType.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
ActorDamageSource
;
12
class
Block
;
13
class
BlockSource
;
14
// clang-format on
15
16
class
MinecartChest
:
public
::Minecart
{
17
public
:
18
// virtual functions
19
// NOLINTBEGIN
20
// vIndex: 138
21
virtual
void
destroy(
::ActorDamageSource
const
& source,
bool
dropMinecartComponents)
/*override*/
;
22
23
// vIndex: 142
24
virtual
void
applyNaturalSlowdown(
::BlockSource
& region)
/*override*/
;
25
26
// vIndex: 139
27
virtual ::MinecartType getType()
/*override*/
;
28
29
// vIndex: 140
30
virtual ::Block
const
* getDefaultDisplayBlock()
const
/*override*/
;
31
32
// vIndex: 8
33
virtual
~MinecartChest
()
/*override*/
=
default
;
34
// NOLINTEND
35
36
public
:
37
// destructor thunk
38
// NOLINTBEGIN
39
40
// NOLINTEND
41
42
public
:
43
// virtual function thunks
44
// NOLINTBEGIN
45
MCAPI
void
$destroy(
::ActorDamageSource
const
& source,
bool
dropMinecartComponents);
46
47
MCFOLD
void
$applyNaturalSlowdown(
::BlockSource
& region);
48
49
MCFOLD ::MinecartType $getType();
50
51
MCAPI ::Block
const
* $getDefaultDisplayBlock()
const
;
52
// NOLINTEND
53
54
public
:
55
// vftables
56
// NOLINTBEGIN
57
MCAPI
static
void
** $vftable();
58
// NOLINTEND
59
};
ActorDamageSource
Definition
ActorDamageSource.h:18
BlockSource
Definition
BlockSource.h:67
Block
Definition
Block.h:36
MinecartChest
Definition
MinecartChest.h:16
Minecart
Definition
Minecart.h:25
src
mc
world
actor
item
MinecartChest.h
Generated on Sat Apr 26 2025 05:56:05 for LeviLamina by
1.12.0