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
virtual
~UpdateEntityAfterFallOnInterface
() =
default
;
18
19
virtual ::Vec3& getPosDeltaNonConst() = 0;
20
21
virtual
bool
isSneaking()
const
= 0;
22
23
virtual
void
onBounceStarted(
::BlockPos
const
&,
::Block
const
&) = 0;
24
25
virtual ::Vec3 getPosition()
const
= 0;
26
27
virtual ::IConstBlockSource
const
& getDimensionBlockSource()
const
= 0;
28
// NOLINTEND
29
30
public
:
31
// virtual function thunks
32
// NOLINTBEGIN
33
34
// NOLINTEND
35
};
BlockPos
Definition
BlockPos.h:19
Block
Definition
Block.h:43
IConstBlockSource
Definition
IConstBlockSource.h:25
Vec3
Definition
Vec3.h:10
UpdateEntityAfterFallOnInterface
Definition
UpdateEntityAfterFallOnInterface.h:13
src
mc
world
level
block
UpdateEntityAfterFallOnInterface.h
Generated on
for LeviLamina by
1.16.1