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