LeviLamina
Loading...
Searching...
No Matches
IGetPlacementBlockCallback.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/block/traits/block_trait/PlacementCallbackOrder.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Actor
;
11
class
Block
;
12
class
BlockPos
;
13
class
Vec3
;
14
// clang-format on
15
16
namespace
BlockTrait {
17
18
class
IGetPlacementBlockCallback
{
19
public
:
20
// virtual functions
21
// NOLINTBEGIN
22
virtual
~IGetPlacementBlockCallback
() =
default
;
23
24
virtual ::gsl::not_null<::Block const*> getPlacementBlock(
25
::gsl::not_null<::Block const*>,
26
::Actor
const
&,
27
::BlockPos
const
&,
28
uchar,
29
::Vec3
const
&
30
)
const
= 0;
31
32
virtual ::BlockTrait::PlacementCallbackOrder getCallbackOrder()
const
= 0;
33
// NOLINTEND
34
35
public
:
36
// virtual function thunks
37
// NOLINTBEGIN
38
39
// NOLINTEND
40
41
public
:
42
// vftables
43
// NOLINTBEGIN
44
MCNAPI
static
void
**
$vftable
();
45
// NOLINTEND
46
};
47
48
}
// namespace BlockTrait
Actor
Definition
Actor.h:105
BlockPos
Definition
BlockPos.h:19
BlockTrait::IGetPlacementBlockCallback
Definition
IGetPlacementBlockCallback.h:18
BlockTrait::IGetPlacementBlockCallback::$vftable
static MCAPI void ** $vftable()
Block
Definition
Block.h:43
Vec3
Definition
Vec3.h:10
src
mc
world
level
block
traits
block_trait
IGetPlacementBlockCallback.h
Generated on
for LeviLamina by
1.16.1