LeviLamina
Loading...
Searching...
No Matches
IStructureTemplate.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/chunk/NeighborAwareBlockUpdateType.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Block
;
11
class
BlockPos
;
12
namespace
br::worldgen {
struct
StructureTemplateBlockPalette; }
13
// clang-format on
14
15
class
IStructureTemplate
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
// vIndex: 0
20
virtual
~IStructureTemplate
() =
default
;
21
22
// vIndex: 1
23
virtual ::br::worldgen::StructureTemplateBlockPalette randomPalette(
::BlockPos
)
const
= 0;
24
25
// vIndex: 2
26
virtual ::BlockPos rawSize()
const
= 0;
27
28
// vIndex: 3
29
virtual ::NeighborAwareBlockUpdateType shouldHandleUpgradeForBlock(
::Block
const
&)
const
= 0;
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
36
// NOLINTEND
37
};
BlockPos
Definition
BlockPos.h:17
Block
Definition
Block.h:38
IStructureTemplate
Definition
IStructureTemplate.h:15
src-server
mc
world
level
levelgen
structure
IStructureTemplate.h
Generated on Tue Nov 25 2025 04:01:52 for LeviLamina by
1.12.0