LeviLamina
Loading...
Searching...
No Matches
StructureTag.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace StructureTag {
6// static variables
7// NOLINTBEGIN
8MCNAPI ::std::string const& BLOCK_ENTITY_DATA();
9
10MCNAPI ::std::string const& BLOCK_INDICES();
11
12MCNAPI ::std::string const& BLOCK_PALETTE();
13
14MCNAPI ::std::string const& BLOCK_POSITION_DATA();
15
16MCNAPI ::std::string const& ENTITIES();
17
18MCNAPI ::std::string const& FORMAT_VERSION();
19
20MCNAPI ::std::string const& PALETTE();
21
22MCNAPI ::std::string const& SIZE();
23
24MCNAPI ::std::string const& STRUCTURE();
25
26MCNAPI ::std::string const& STRUCTURE_WORLD_ORIGIN();
27
28MCNAPI ::std::string const& TICK_DELAY();
29
30MCNAPI ::std::string const& TICK_QUEUE_DATA();
31// NOLINTEND
32
33} // namespace StructureTag