LeviLamina
Loading...
Searching...
No Matches
ILevelBlockDestroyerProxy.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
BlockSource
;
10
class
LevelEventManager
;
11
// clang-format on
12
13
class
ILevelBlockDestroyerProxy
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
// vIndex: 0
18
virtual
~ILevelBlockDestroyerProxy
() =
default
;
19
20
// vIndex: 1
21
virtual
void
sendEvents(
::LevelEventManager
&,
::BlockSource
&,
::BlockPos
const
&,
::Block
const
&) = 0;
22
23
// vIndex: 2
24
virtual
void
dropResources(
::BlockSource
&,
::BlockPos
const
&,
::Block
const
&) = 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
BlockSource
Definition
BlockSource.h:67
Block
Definition
Block.h:36
ILevelBlockDestroyerProxy
Definition
ILevelBlockDestroyerProxy.h:13
LevelEventManager
Definition
LevelEventManager.h:23
src
mc
world
level
ILevelBlockDestroyerProxy.h
Generated on Sat Apr 26 2025 05:56:24 for LeviLamina by
1.12.0