LeviLamina
Loading...
Searching...
No Matches
AmethystBlock.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/block/BlockLegacy.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Actor
;
11
class
BlockPos
;
12
class
BlockSource
;
13
// clang-format on
14
15
class
AmethystBlock
:
public
::BlockLegacy
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
// vIndex: 17
20
virtual
void
onProjectileHit(
::BlockSource
& region,
::BlockPos
const
& pos,
::Actor
const
&)
const
/*override*/
;
21
22
// vIndex: 47
23
virtual
bool
isSilentWhenJumpingOff()
const
/*override*/
;
24
25
// vIndex: 0
26
virtual
~AmethystBlock
()
/*override*/
=
default
;
27
// NOLINTEND
28
29
public
:
30
// destructor thunk
31
// NOLINTBEGIN
32
33
// NOLINTEND
34
35
public
:
36
// virtual function thunks
37
// NOLINTBEGIN
38
MCAPI
void
$onProjectileHit(
::BlockSource
& region,
::BlockPos
const
& pos,
::Actor
const
&)
const
;
39
40
MCFOLD
bool
$isSilentWhenJumpingOff()
const
;
41
// NOLINTEND
42
43
public
:
44
// vftables
45
// NOLINTBEGIN
46
MCAPI
static
void
** $vftable();
47
// NOLINTEND
48
};
Actor
Definition
Actor.h:104
AmethystBlock
Definition
AmethystBlock.h:15
BlockLegacy
Definition
BlockLegacy.h:88
BlockPos
Definition
BlockPos.h:18
BlockSource
Definition
BlockSource.h:67
src
mc
world
level
block
AmethystBlock.h
Generated on Sat Apr 26 2025 05:56:18 for LeviLamina by
1.12.0