LeviLamina
Loading...
Searching...
No Matches
DimensionTransitionComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/math/Vec3.h"
7#include "mc/deps/core/utility/AutomaticID.h"
8#include "mc/world/level/block/PortalAxis.h"
9
10// auto generated forward declare list
11// clang-format off
12class Dimension;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 12, ::Vec3> mPortalEntrancePosition;
20 ::ll::TypedStorage<4, 4, ::DimensionType> mPortalEntranceDimension;
21 ::ll::TypedStorage<4, 4, ::PortalAxis> mPortalEntranceAxis;
22 ::ll::TypedStorage<4, 16, ::std::optional<::Vec3>> mExisitingTargetPosition;
23 // NOLINTEND
24
25public:
26 // static variables
27 // NOLINTBEGIN
28 MCNAPI static ::std::string const& AXIS_TAG();
29
30 MCNAPI static ::std::string const& COMPONENT_TAG();
31
32 MCNAPI static ::std::string const& DIMENSION_TAG();
33
34 MCNAPI static ::std::string const& POSITION_X_TAG();
35
36 MCNAPI static ::std::string const& POSITION_Y_TAG();
37
38 MCNAPI static ::std::string const& POSITION_Z_TAG();
39 // NOLINTEND
40};
Definition Dimension.h:83
Definition DimensionTransitionComponent.h:15
static MCAPI ::std::string const & POSITION_Z_TAG()
static MCAPI ::std::string const & POSITION_X_TAG()
static MCAPI ::std::string const & POSITION_Y_TAG()
static MCAPI ::std::string const & AXIS_TAG()
static MCAPI ::std::string const & DIMENSION_TAG()
static MCAPI ::std::string const & COMPONENT_TAG()