LeviLamina
Loading...
Searching...
No Matches
PacketShapeData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/math/Color.h"
7#include "mc/deps/core/math/Vec3.h"
8#include "mc/scripting/modules/minecraft/debugdrawer/ScriptDebugShapeType.h"
9
10namespace ScriptModuleDebugUtilities {
11
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<8, 8, uint64> mNetworkId;
17 ::ll::TypedStorage<1, 2, ::std::optional<::ScriptModuleDebugUtilities::ScriptDebugShapeType>> mShapeType;
18 ::ll::TypedStorage<4, 16, ::std::optional<::Vec3>> mLocation;
19 ::ll::TypedStorage<4, 16, ::std::optional<::Vec3>> mRotation;
20 ::ll::TypedStorage<4, 8, ::std::optional<float>> mScale;
21 ::ll::TypedStorage<4, 20, ::std::optional<::mce::Color>> mColor;
22 ::ll::TypedStorage<4, 8, ::std::optional<float>> mTimeLeftTotalSec;
23 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mText;
24 ::ll::TypedStorage<4, 16, ::std::optional<::Vec3>> mBoxBound;
25 ::ll::TypedStorage<4, 16, ::std::optional<::Vec3>> mEndLocation;
26 ::ll::TypedStorage<4, 8, ::std::optional<float>> mArrowHeadLength;
27 ::ll::TypedStorage<4, 8, ::std::optional<float>> mArrowHeadRadius;
28 ::ll::TypedStorage<1, 2, ::std::optional<uchar>> mNumSegments;
29 // NOLINTEND
30
31public:
32 // prevent constructor by default
33 PacketShapeData& operator=(PacketShapeData const&);
36
37public:
38 // member functions
39 // NOLINTBEGIN
41
42 MCAPI ~PacketShapeData();
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCAPI void $dtor();
55 // NOLINTEND
56};
57
58} // namespace ScriptModuleDebugUtilities
Definition PacketShapeData.h:12