LeviLamina
Loading...
Searching...
No Matches
UpdateEntityAfterFallOnInterface.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Block
;
8
class
BlockPos
;
9
class
IConstBlockSource
;
10
class
Vec3
;
11
// clang-format on
12
13
struct
UpdateEntityAfterFallOnInterface
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
// vIndex: 0
18
virtual
~UpdateEntityAfterFallOnInterface
() =
default
;
19
20
// vIndex: 1
21
virtual ::Vec3& getPosDeltaNonConst() = 0;
22
23
// vIndex: 2
24
virtual
bool
isSneaking()
const
= 0;
25
26
// vIndex: 3
27
virtual
void
onBounceStarted(
::BlockPos
const
&,
::Block
const
&) = 0;
28
29
// vIndex: 4
30
virtual ::Vec3 getPosition()
const
= 0;
31
32
// vIndex: 5
33
virtual ::IConstBlockSource
const
& getDimensionBlockSource()
const
= 0;
34
// NOLINTEND
35
36
public
:
37
// virtual function thunks
38
// NOLINTBEGIN
39
40
// NOLINTEND
41
};
BlockPos
Definition
BlockPos.h:18
Block
Definition
Block.h:38
IConstBlockSource
Definition
IConstBlockSource.h:24
Vec3
Definition
Vec3.h:10
UpdateEntityAfterFallOnInterface
Definition
UpdateEntityAfterFallOnInterface.h:13
src
mc
world
level
block
UpdateEntityAfterFallOnInterface.h
Generated on Fri Jun 13 2025 05:05:16 for LeviLamina by
1.12.0