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/utility/AutomaticID.h"
7#include "mc/world/level/block/PortalAxis.h"
8
9// auto generated forward declare list
10// clang-format off
11class Dimension;
12class Vec3;
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 MCAPI static ::std::string const& AXIS_TAG();
29
30 MCAPI static ::std::string const& COMPONENT_TAG();
31
32 MCAPI static ::std::string const& DIMENSION_TAG();
33
34 MCAPI static ::std::string const& POSITION_X_TAG();
35
36 MCAPI static ::std::string const& POSITION_Y_TAG();
37
38 MCAPI static ::std::string const& POSITION_Z_TAG();
39 // NOLINTEND
40};
Definition Dimension.h:83
Definition Vec3.h:10
Definition DimensionTransitionComponent.h:15