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