LeviLamina
Loading...
Searching...
No Matches
ILegacyStructureTemplate.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class BlockPos;
8class BlockSource;
10class Random;
11// clang-format on
12
14public:
15 // virtual functions
16 // NOLINTBEGIN
17 // vIndex: 0
18 virtual ::std::unordered_map<::BlockPos, ::std::string>
19 getMarkers(::BlockPos const&, ::LegacyStructureSettings&) const = 0;
20
21 // vIndex: 1
22 virtual void placeInWorld(::BlockSource&, ::BlockPos const&, ::LegacyStructureSettings&, ::Random&) const = 0;
23 // NOLINTEND
24
25public:
26 // virtual function thunks
27 // NOLINTBEGIN
28
29 // NOLINTEND
30};
Definition BlockPos.h:18
Definition BlockSource.h:67
Definition ILegacyStructureTemplate.h:13
Definition LegacyStructureSettings.h:22
Definition Random.h:11