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