LeviLamina
Loading...
Searching...
No Matches
SculkConsts.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Vec3;
8// clang-format on
9
10namespace SculkConsts {
11// static variables
12// NOLINTBEGIN
13#ifdef LL_PLAT_C
14MCAPI ::Vec3 const& CHARGE_PARTICLE_INWARDS_EXTRUSION();
15
16MCAPI ::Vec3 const& CHARGE_PARTICLE_OUTWARDS_EXTRUSION();
17#endif
18
19MCAPI ::std::string const& CHARGE_TAG();
20
21MCAPI ::std::string const& CURSORS_TAG();
22
23MCAPI ::std::string const& DECAY_DELAY_TAG();
24
25MCAPI ::std::string const& FACING_DATA_TAG();
26
27MCAPI ::std::string const& POS_X_TAG();
28
29MCAPI ::std::string const& POS_Y_TAG();
30
31MCAPI ::std::string const& POS_Z_TAG();
32
33MCAPI ::std::string const& UPDATE_DELAY_TAG();
34// NOLINTEND
35
36} // namespace SculkConsts
Definition Vec3.h:10