LeviLamina
Loading...
Searching...
No Matches
TeleportTarget.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8class Vec2;
9struct TeleportData;
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<4, 12, ::std::optional<::Vec2>> mRotation;
17 ::ll::TypedStorage<4, 28, ::std::optional<::TeleportData>> mData;
18 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ChangeDimensionRequest>> mChangeRequest;
19 // NOLINTEND
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCAPI ~TeleportTarget();
25 // NOLINTEND
26
27public:
28 // destructor thunk
29 // NOLINTBEGIN
30 MCAPI void $dtor();
31 // NOLINTEND
32};
Definition ChangeDimensionRequest.h:15
Definition TeleportTarget.h:12
Definition Vec2.h:5
Definition TeleportData.h:5