LeviLamina
Loading...
Searching...
No Matches
ITickDelegate.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
BlockPos
;
8
class
FallingBlock
;
9
class
FallingBlockActor
;
10
class
IBlockSource
;
11
// clang-format on
12
13
class
ITickDelegate
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
// vIndex: 0
18
virtual
~ITickDelegate
() =
default
;
19
20
// vIndex: 1
21
virtual
void
onLand(
::FallingBlock
const
&,
::IBlockSource
&,
::BlockPos
const
&) = 0;
22
23
// vIndex: 2
24
virtual
void
breakBlock(
::FallingBlockActor
&) = 0;
25
// NOLINTEND
26
27
public
:
28
// destructor thunk
29
// NOLINTBEGIN
30
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
37
// NOLINTEND
38
};
BlockPos
Definition
BlockPos.h:18
FallingBlockActor
Definition
FallingBlockActor.h:24
FallingBlock
Definition
FallingBlock.h:20
IBlockSource
Definition
IBlockSource.h:35
ITickDelegate
Definition
ITickDelegate.h:13
src
mc
world
actor
item
ITickDelegate.h
Generated on Sat Apr 26 2025 05:56:05 for LeviLamina by
1.12.0