LeviLamina
Loading...
Searching...
No Matches
IConnectionUpdateCallback.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
NeighborBlockDirections
;
11
// clang-format on
12
13
namespace
BlockTrait {
14
15
class
IConnectionUpdateCallback
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
// vIndex: 0
20
virtual
~IConnectionUpdateCallback
() =
default
;
21
22
// vIndex: 1
23
virtual ::Block
const
&
24
updateConnection(
::BlockSource
const
&,
::Block
const
&,
::BlockPos
const
&,
::NeighborBlockDirections
)
const
= 0;
25
// NOLINTEND
26
27
public
:
28
// virtual function thunks
29
// NOLINTBEGIN
30
31
// NOLINTEND
32
};
33
34
}
// namespace BlockTrait
BlockPos
Definition
BlockPos.h:17
BlockSource
Definition
BlockSource.h:66
BlockTrait::IConnectionUpdateCallback
Definition
IConnectionUpdateCallback.h:15
Block
Definition
Block.h:38
NeighborBlockDirections
Definition
NeighborBlockDirections.h:13
src-server
mc
world
level
block
traits
block_trait
IConnectionUpdateCallback.h
Generated on Wed Nov 5 2025 13:13:30 for LeviLamina by
1.12.0