LeviLamina
Loading...
Searching...
No Matches
SculkConsts.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace SculkConsts {
6// static variables
7// NOLINTBEGIN
8MCNAPI ::std::string const& CHARGE_TAG();
9
10MCNAPI ::std::string const& CURSORS_TAG();
11
12MCNAPI ::std::string const& DECAY_DELAY_TAG();
13
14MCNAPI ::std::string const& FACING_DATA_TAG();
15
16MCNAPI ::std::string const& POS_X_TAG();
17
18MCNAPI ::std::string const& POS_Y_TAG();
19
20MCNAPI ::std::string const& POS_Z_TAG();
21
22MCNAPI ::std::string const& UPDATE_DELAY_TAG();
23// NOLINTEND
24
25} // namespace SculkConsts