LeviLamina
Loading...
Searching...
No Matches
SlimeBlock.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
BlockPos
;
11
class
EntityContext
;
12
class
Experiments
;
13
struct
UpdateEntityAfterFallOnInterface
;
14
namespace
BlockEvents {
class
BlockEntityFallOnEvent; }
15
// clang-format on
16
17
class
SlimeBlock
:
public
::BlockLegacy
{
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
// vIndex: 130
22
virtual
void
_addHardCodedBlockComponents(
::Experiments
const
&)
/*override*/
;
23
24
// vIndex: 133
25
virtual
void
onStandOn(
::EntityContext
& entity,
::BlockPos
const
& pos)
const
/*override*/
;
26
27
// vIndex: 67
28
virtual
void
updateEntityAfterFallOn(
::BlockPos
const
& pos,
::UpdateEntityAfterFallOnInterface
& entity)
const
29
/*override*/
;
30
31
// vIndex: 68
32
virtual
bool
isBounceBlock()
const
/*override*/
;
33
34
// vIndex: 140
35
virtual
int
getExtraRenderLayers()
const
/*override*/
;
36
37
// vIndex: 0
38
virtual
~SlimeBlock
()
/*override*/
=
default
;
39
// NOLINTEND
40
41
public
:
42
// member functions
43
// NOLINTBEGIN
44
MCFOLD
void
onFallOn(
::BlockEvents::BlockEntityFallOnEvent
& eventData)
const
;
45
// NOLINTEND
46
47
public
:
48
// virtual function thunks
49
// NOLINTBEGIN
50
MCAPI
void
$_addHardCodedBlockComponents(
::Experiments
const
&);
51
52
MCFOLD
void
$onStandOn(
::EntityContext
& entity,
::BlockPos
const
& pos)
const
;
53
54
MCAPI
void
$updateEntityAfterFallOn(
::BlockPos
const
& pos,
::UpdateEntityAfterFallOnInterface
& entity)
const
;
55
56
MCFOLD
bool
$isBounceBlock()
const
;
57
58
MCFOLD
int
$getExtraRenderLayers()
const
;
59
// NOLINTEND
60
61
public
:
62
// vftables
63
// NOLINTBEGIN
64
MCNAPI
static
void
**
$vftable
();
65
// NOLINTEND
66
};
BlockEvents::BlockEntityFallOnEvent
Definition
BlockEntityFallOnEvent.h:16
BlockLegacy
Definition
BlockLegacy.h:88
BlockPos
Definition
BlockPos.h:18
EntityContext
Definition
EntityContext.h:16
Experiments
Definition
Experiments.h:14
SlimeBlock
Definition
SlimeBlock.h:17
SlimeBlock::$vftable
static MCAPI void ** $vftable()
UpdateEntityAfterFallOnInterface
Definition
UpdateEntityAfterFallOnInterface.h:13
src
mc
world
level
block
SlimeBlock.h
Generated on Fri Jun 13 2025 05:05:16 for LeviLamina by
1.12.0